Package org.eclipse.ease.sign
Class ScriptSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ease.sign.ScriptSignatureException
- All Implemented Interfaces:
Serializable
public class ScriptSignatureException extends Exception
Exception Class for handling errors with custom messages.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ScriptSignatureException()
ScriptSignatureException(String arg0)
ScriptSignatureException(String arg0, Throwable arg1)
ScriptSignatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ScriptSignatureException(Throwable arg0)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptSignatureException
public ScriptSignatureException()- See Also:
Exception()
-
ScriptSignatureException
- See Also:
Exception(String)
-
ScriptSignatureException
- See Also:
Exception(Throwable)
-
ScriptSignatureException
- See Also:
Exception(String, Throwable)
-
ScriptSignatureException
-