|
org.netbeans.modules.j2ee.metadata/0 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.netbeans.modules.j2ee.metadata.model.api.MetadataModelException
public final class MetadataModelException
Signals that an exception has occured while working with the metadata model.
Constructor Summary | |
---|---|
MetadataModelException()
Constructs an MetadataModelException with null
as its error detail message. |
|
MetadataModelException(String message)
Constructs an MetadataModelException with the specified detail message. |
|
MetadataModelException(Throwable cause)
Constructs an MetadataModelException with the specified cause and a
detail message equal to the localized message (if present) or message of cause . |
Method Summary |
---|
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 |
---|
public MetadataModelException()
MetadataModelException
with null
as its error detail message.
public MetadataModelException(String message)
MetadataModelException
with the specified detail message.
message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method)public MetadataModelException(Throwable cause)
MetadataModelException
with the specified cause and a
detail message equal to the localized message (if present) or message of cause
.
This constructor is useful for IO exceptions that are little more
than wrappers for other throwables.
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.)
|
org.netbeans.modules.j2ee.metadata/0 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |