Package de.intarsys.tools.functor
Class DeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.functor.DeclarationException
- All Implemented Interfaces:
Serializable
An exception while accepting a declaration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeclarationException
(String message) DeclarationException
(String message, Throwable cause) DeclarationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeclarationException
public DeclarationException() -
DeclarationException
-
DeclarationException
-
DeclarationException
-