Class HandleDuplicatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.somda.sdc.biceps.provider.preprocessing.HandleDuplicatedException
-
- All Implemented Interfaces:
Serializable
public class HandleDuplicatedException extends Exception
Exception that can be thrown if a handle is duplicated during preprocessing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandleDuplicatedException()HandleDuplicatedException(String message)HandleDuplicatedException(String message, Throwable cause)HandleDuplicatedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)HandleDuplicatedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-