SMILA (incubation) API documentation

org.eclipse.smila.datamodel.id
Class IdHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.datamodel.id.IdHandlingException
All Implemented Interfaces:
java.io.Serializable

public class IdHandlingException
extends java.lang.Exception

Exception thrown by illegal Id operations, e.g. trying to create a new element Id from an already fragmented Id.

Author:
scum36
See Also:
Serialized Form

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

IdHandlingException

public IdHandlingException(java.lang.String message,
                           java.lang.Throwable cause)
constructor with message and cause.

Parameters:
message - message describing the error.
cause - exception that has caused this error.

IdHandlingException

public IdHandlingException(java.lang.String message)
constructor with message.

Parameters:
message - message describing the error.

SMILA (incubation) API documentation