public class XmiException extends Exception
Exception for the XMI import/export services.| Constructor and Description |
|---|
XmiException(Exception cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
|
XmiException(String message)
Constructs a new exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmiException(Exception cause)
PrivilegedActionException).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public XmiException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.