XML Deployment Adapters

com.stylusstudio.converter
Class ConverterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.stylusstudio.converter.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends Exception

All Exceptions from convert(Source, Result) or convert(Source, Result, ErrorListener) are reported as instances of this exception.

See Also:
Serialized Form

Constructor Summary
ConverterException(String msg)
           
ConverterException(String msg, Throwable cause)
           
ConverterException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConverterException

public ConverterException(String msg)

ConverterException

public ConverterException(Throwable cause)

ConverterException

public ConverterException(String msg,
                          Throwable cause)


XML Deployment Adapters