Class UnknownAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jeuclid.elements.support.operatordict.UnknownAttributeException
- All Implemented Interfaces:
Serializable
This is just a marker class.
- Version:
- $Revision: 88b901bf20fb $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownAttributeException(String wrongAttributeName, Exception cause) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownAttributeException
Default constructor.- Parameters:
wrongAttributeName- name of attributecause- original Exception
-