Class AttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.reasoning.core.reasoner.AttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeException extends java.lang.ExceptionA specific exception which may occur when assigning values to attributes.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeException(java.lang.String message)Creates a new attribute exception.
-