Package com.blackbuild.klum.ast.runtime
Class KlumSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackbuild.klum.ast.runtime.KlumException
com.blackbuild.klum.ast.runtime.KlumSchemaException
- All Implemented Interfaces:
Serializable
Denotes an exception that means an error is in the schema as opposed to the model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKlumSchemaException(String message) KlumSchemaException(String message, Throwable cause) KlumSchemaException(Throwable cause) -
Method Summary
Methods inherited from class com.blackbuild.klum.ast.runtime.KlumException
getBasicMessage, getMessage, getPhase, getPhaseActionTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KlumSchemaException
public KlumSchemaException() -
KlumSchemaException
-
KlumSchemaException
-
KlumSchemaException
-