Class ObjectConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.conv.ObjectConverterException
- All Implemented Interfaces:
Serializable
ObjectConverterException is thrown by an ObjectConverter.
- Version:
- 1.0 Jan 20, 2012
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectConverterException
(ObjectConverter converter, String message) Creates an ObjectConverterException.ObjectConverterException
(ObjectConverter converter, String message, Exception exception) Creates an ObjectConverterException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectConverterException
Creates an ObjectConverterException.- Parameters:
converter
- The converter which has the exception.message
- The exception message.
-
ObjectConverterException
Creates an ObjectConverterException.- Parameters:
converter
- The converter which has the exception.message
- The exception message.exception
- The parent exception.
-
-
Method Details
-
getObjectConverter
- Returns:
- Returns the ObjectConverter of this exception.
-