Class UnknownAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.jeuclid.elements.support.operatordict.UnknownAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownAttributeException extends java.lang.ExceptionThis is just a marker class.- Version:
- $Revision: 88b901bf20fb $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownAttributeException(java.lang.String wrongAttributeName, java.lang.Exception cause)Default constructor.
-