public class ObjectConverterException extends Exception
Constructor and Description |
---|
ObjectConverterException(ObjectConverter converter,
String message)
Creates an ObjectConverterException.
|
ObjectConverterException(ObjectConverter converter,
String message,
Exception exception)
Creates an ObjectConverterException.
|
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
getObjectConverter() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectConverterException(ObjectConverter converter, String message)
converter
- The converter which has the exception.message
- The exception message.public ObjectConverterException(ObjectConverter converter, String message, Exception exception)
converter
- The converter which has the exception.message
- The exception message.exception
- The parent exception.public ObjectConverter getObjectConverter()
Copyright © 2004-2012 X4O. All Rights Reserved.