Package org.openbravo.dal.xml
Class EntityXMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.dal.xml.EntityXMLException
-
- All Implemented Interfaces:
Serializable
public class EntityXMLException extends OBException
Is thrown when an Exception situation occurs in the XML to Entity or the Entity to XML code.- Author:
- mtaal
- See Also:
EntityXMLConverter
,XMLEntityConverter
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityXMLException()
EntityXMLException(String message)
EntityXMLException(String message, Throwable cause)
EntityXMLException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-