Package de.intarsys.tools.functor
Class DeclarationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.intarsys.tools.functor.DeclarationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeclarationException extends java.lang.Exception
An exception while accepting a declaration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeclarationException()
DeclarationException(java.lang.String message)
DeclarationException(java.lang.String message, java.lang.Throwable cause)
DeclarationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DeclarationException
public DeclarationException()
-
DeclarationException
public DeclarationException(java.lang.String message)
-
DeclarationException
public DeclarationException(java.lang.String message, java.lang.Throwable cause)
-
DeclarationException
public DeclarationException(java.lang.Throwable cause)
-
-