Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.neethi.builders.converters.ConverterException
- All Implemented Interfaces:
Serializable
Thrown to indicate that conversion from one XML object model to another failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConverterException(String message) ConverterException(String message, Throwable cause) ConverterException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConverterException
-
ConverterException
-
ConverterException
-