Package com.blackbuild.klum.ast.runtime
Class KlumModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackbuild.klum.ast.runtime.KlumException
com.blackbuild.klum.ast.runtime.KlumModelException
- All Implemented Interfaces:
Serializable
Denotes an exception thrown during the creation of a model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKlumModelException(String message) KlumModelException(String message, Throwable cause) KlumModelException(Throwable cause) -
Method Summary
Methods inherited from class com.blackbuild.klum.ast.runtime.KlumException
getBasicMessage, getPhase, getPhaseActionTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KlumModelException
public KlumModelException() -
KlumModelException
-
KlumModelException
-
KlumModelException
-
-
Method Details
-
getBreadCrumbPath
-
getMessage
- Overrides:
getMessagein classKlumException
-