|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.znerd.xmlenc
Class InvalidXMLException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.znerd.xmlenc.InvalidXMLException
- All Implemented Interfaces:
- java.io.Serializable
- public final class InvalidXMLException
- extends java.lang.RuntimeException
Exception thrown when invalid XML is detected.
- Since:
- xmlenc 0.37
- Version:
- $Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InvalidXMLException(java.lang.String message)
Constructs a new InvalidXMLException with the specified
detail message. |
|
| 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 |
InvalidXMLException
public InvalidXMLException(java.lang.String message)
- Constructs a new
InvalidXMLExceptionwith the specified detail message.
|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC