org.apache.neethi.builders.converters
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.neethi.builders.converters.ConverterException
- All Implemented Interfaces:
- Serializable
public class ConverterException
- extends RuntimeException
Thrown to indicate that conversion from one XML object model to another failed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConverterException
public ConverterException(String message,
Throwable cause)
ConverterException
public ConverterException(String message)
ConverterException
public ConverterException(Throwable cause)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.