Class DeclarationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.functor.DeclarationException
All Implemented Interfaces:
Serializable

public class DeclarationException extends Exception
An exception while accepting a declaration.
See Also:
  • Constructor Details

    • DeclarationException

      public DeclarationException()
    • DeclarationException

      public DeclarationException(String message)
    • DeclarationException

      public DeclarationException(String message, Throwable cause)
    • DeclarationException

      public DeclarationException(Throwable cause)