Package org.molgenis.script.core
Class ScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.script.core.ScriptException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GenerateScriptException,UnknownScriptException
@Deprecated public class ScriptException extends RuntimeException
Deprecated.use class that extends from org.molgenis.i18n.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptException()Deprecated.ScriptException(String message)Deprecated.ScriptException(String message, Throwable cause)Deprecated.ScriptException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-