|
SMILA (incubation) 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
org.eclipse.smila.datamodel.id.IdHandlingException
public class IdHandlingException
Exception thrown by illegal Id operations, e.g. trying to create a new element Id from an already fragmented Id.
Constructor Summary | |
---|---|
IdHandlingException(java.lang.String message)
constructor with message. |
|
IdHandlingException(java.lang.String message,
java.lang.Throwable cause)
constructor with message and 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 IdHandlingException(java.lang.String message, java.lang.Throwable cause)
message
- message describing the error.cause
- exception that has caused this error.public IdHandlingException(java.lang.String message)
message
- message describing the error.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |