NXvalidate  1
 All Classes Namespaces Files Functions Variables
Public Member Functions
org.nexusformat.nxvalidate.exceptions.NXvalidateException Class Reference
Collaboration diagram for org.nexusformat.nxvalidate.exceptions.NXvalidateException:
Collaboration graph

List of all members.

Public Member Functions

 NXvalidateException ()
 Creates a new instance of NXvalidateException without detail message.
 NXvalidateException (String msg)
 Constructs an instance of NXvalidateException with the specified detail message.
 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: