Package org.drools.verifier.visitor
Class UnknownDescriptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.drools.verifier.visitor.UnknownDescriptionException
-
- All Implemented Interfaces:
Serializable
public class UnknownDescriptionException extends Exception
This exception is thrown when verifier tries to handle a descr that it is not familiar with.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownDescriptionException(org.drools.compiler.lang.descr.BaseDescr descr)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-