|
SMILA 1.0 API documentation | ||||||||
| 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.lang.RuntimeException
org.eclipse.smila.datamodel.AttachmentException
public class AttachmentException
Exception thrown by Attachment access methods in error conditions.
| Constructor Summary | |
|---|---|
AttachmentException(java.lang.String message)
create instance. |
|
AttachmentException(java.lang.String message,
java.lang.Throwable cause)
create instance. |
|
AttachmentException(java.lang.Throwable cause)
create instance. |
|
| 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 AttachmentException(java.lang.String message,
java.lang.Throwable cause)
public AttachmentException(java.lang.String message)
public AttachmentException(java.lang.Throwable cause)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||