Class ObjectConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.conv.ObjectConverterException
All Implemented Interfaces:
Serializable

public class ObjectConverterException extends Exception
ObjectConverterException is thrown by an ObjectConverter.
Version:
1.0 Jan 20, 2012
Author:
Willem Cazander
See Also:
  • Constructor Details

    • ObjectConverterException

      public ObjectConverterException(ObjectConverter converter, String message)
      Creates an ObjectConverterException.
      Parameters:
      converter - The converter which has the exception.
      message - The exception message.
    • ObjectConverterException

      public ObjectConverterException(ObjectConverter converter, String message, Exception exception)
      Creates an ObjectConverterException.
      Parameters:
      converter - The converter which has the exception.
      message - The exception message.
      exception - The parent exception.
  • Method Details

    • getObjectConverter

      public ObjectConverter getObjectConverter()
      Returns:
      Returns the ObjectConverter of this exception.