Class NullAttributeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.base.exceptions.EngineException
pl.edu.icm.unity.base.attribute.IllegalAttributeValueException
pl.edu.icm.unity.engine.api.attributes.NullAttributeValueException
- All Implemented Interfaces:
Serializable
public class NullAttributeValueException
extends pl.edu.icm.unity.base.attribute.IllegalAttributeValueException
Thrown when attribtue value is null.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullAttributeValueException
public NullAttributeValueException()
-