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) |
Definition at line 33 of file NXvalidateException.java.
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.
msg | the 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.