net.sf.jsefa.xml
Class XmlEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jsefa.xml.XmlEncodingException
All Implemented Interfaces:
Serializable

public class XmlEncodingException
extends RuntimeException

Exception thrown when an unsupported character set encoding is detected or an error occurs during encoding detection.

Author:
Norman Lahme-Huetig
See Also:
Serialized Form

Constructor Summary
XmlEncodingException(String message)
          Constructs a new XmlEncodingException with the specified detail message.
XmlEncodingException(String message, Throwable cause)
          Constructs a new XmlEncodingException with the specified detail message and cause.
XmlEncodingException(Throwable cause)
          Constructs a new XmlEncodingException with the specified cause.
 
Method Summary
 
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

XmlEncodingException

public XmlEncodingException(String message)
Constructs a new XmlEncodingException with the specified detail message.

Parameters:
message - the detail message.

XmlEncodingException

public XmlEncodingException(String message,
                            Throwable cause)
Constructs a new XmlEncodingException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

XmlEncodingException

public XmlEncodingException(Throwable cause)
Constructs a new XmlEncodingException with the specified cause.

Parameters:
cause - the cause.


Copyright © 2014. All rights reserved.