com.cysols.iodef
Class XMLValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cysols.iodef.XMLValidationException
All Implemented Interfaces:
Serializable

public class XMLValidationException
extends Exception

Encapsulate an XML write/read error or warning.

Author:
cysol
See Also:
Serialized Form

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

XMLValidationException

public XMLValidationException()
Constructs a XMLWriteException with no specified detail message.


XMLValidationException

public XMLValidationException(String message)
Constructs a XMLWriteException with the specified detail message.

Parameters:
message - the detail message

XMLValidationException

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

Parameters:
message - the detail message
cause - the cause

XMLValidationException

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

Parameters:
cause - the cause