NXvalidate  1
Public Member Functions | List of all members
org.nexusformat.nxvalidate.exceptions.NXvalidateException Class Reference
Inheritance diagram for org.nexusformat.nxvalidate.exceptions.NXvalidateException:
Inheritance graph
Collaboration diagram for org.nexusformat.nxvalidate.exceptions.NXvalidateException:
Collaboration graph

Public Member Functions

 NXvalidateException ()
 Creates a new instance of NXvalidateException without detail message. More...
 
 NXvalidateException (String msg)
 Constructs an instance of NXvalidateException with the specified detail message. More...
 
 NXvalidateException (String msg, Throwable cause)
 
 NXvalidateException (Throwable cause)
 

Detailed Description

Author
Stephen Rankin

Definition at line 33 of file NXvalidateException.java.

Constructor & Destructor Documentation

org.nexusformat.nxvalidate.exceptions.NXvalidateException.NXvalidateException ( )

Creates a new instance of NXvalidateException without detail message.

Definition at line 38 of file NXvalidateException.java.

org.nexusformat.nxvalidate.exceptions.NXvalidateException.NXvalidateException ( String  msg)

Constructs an instance of NXvalidateException with the specified detail message.

Parameters
msgthe detail message.

Definition at line 46 of file NXvalidateException.java.

org.nexusformat.nxvalidate.exceptions.NXvalidateException.NXvalidateException ( String  msg,
Throwable  cause 
)

Definition at line 50 of file NXvalidateException.java.

org.nexusformat.nxvalidate.exceptions.NXvalidateException.NXvalidateException ( Throwable  cause)

Definition at line 54 of file NXvalidateException.java.


The documentation for this class was generated from the following file: