Class KlumVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackbuild.klum.ast.runtime.KlumException
com.blackbuild.klum.ast.runtime.internal.layer3.KlumVisitorException
- All Implemented Interfaces:
Serializable
An Exception that is bound to a specific object in the model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKlumVisitorException(String message, Object responsibleObject) KlumVisitorException(String message, Object responsibleObject, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
KlumVisitorException
-
KlumVisitorException
-
-
Method Details
-
getBreadcrumbPath
-
getMessage
- Overrides:
getMessagein classKlumException
-
getUnlocalizedMessage
-