Package com.blackbuild.klum.ast.runtime
Class KlumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackbuild.klum.ast.runtime.KlumException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KlumModelException,KlumSchemaException,KlumValidationException,KlumVisitorException
Base exception for errors in the Klum Framework.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKlumException(String message) KlumException(String message, Throwable cause) KlumException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KlumException
public KlumException() -
KlumException
-
KlumException
-
KlumException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getBasicMessage
-
getPhase
-
getPhaseActionType
-