issrg.utils.xml
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byissrg.utils.xml.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

Signals that an XML validating exception has occured

Author:
Christian Azzopardi
See Also:
Serialized Form

Constructor Summary
ValidationException()
          Constructs an instance of ValidationException.
ValidationException(java.lang.String exception)
          Constructs an instance of ValidationException 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

ValidationException

public ValidationException()
Constructs an instance of ValidationException.


ValidationException

public ValidationException(java.lang.String exception)
Constructs an instance of ValidationException with the specified detail message. A detail message is an instance of String that describes what went wrong.

Parameters:
exception - the detail message