Class WrongMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.WrongMappingException
-
- All Implemented Interfaces:
Serializable
public class WrongMappingException extends InventoryException
This exception is raised when a pair attribute type - attribute value is not valid (i.e. type Integer, value "aaaaa")- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongMappingException(String className, String attributeName, String attributeType, String attributeValue)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-