Package pl.edu.icm.unity.exceptions
Class IllegalAttributeValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.exceptions.IllegalAttributeValueException
-
- All Implemented Interfaces:
Serializable
public class IllegalAttributeValueException extends EngineException
Thrown when attribtue value is invalid.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAttributeValueException(String msg)
IllegalAttributeValueException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-