|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cysols.iodef.XMLValidationException
public class XMLValidationException
Encapsulate an XML write/read error or warning.
| Constructor Summary | |
|---|---|
XMLValidationException()
Constructs a XMLWriteException with no specified
detail message. |
|
XMLValidationException(String message)
Constructs a XMLWriteException with the specified
detail message. |
|
XMLValidationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
XMLValidationException(Throwable cause)
Constructs a new exception 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 XMLValidationException()
XMLWriteException with no specified
detail message.
public XMLValidationException(String message)
XMLWriteException with the specified
detail message.
message - the detail message
public XMLValidationException(String message,
Throwable cause)
message - the detail messagecause - the causepublic XMLValidationException(Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||