|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsefa.xml.XmlEncodingException
public class XmlEncodingException
Exception thrown when an unsupported character set encoding is detected or an error occurs during encoding detection.
| 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 |
|---|
public XmlEncodingException(String message)
XmlEncodingException with the specified detail message.
message - the detail message.
public XmlEncodingException(String message,
Throwable cause)
XmlEncodingException with the specified detail message and cause.
message - the detail messagecause - the causepublic XmlEncodingException(Throwable cause)
XmlEncodingException with the specified cause.
cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||