Package org.molgenis.script.core
Class UnknownScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.script.core.ScriptException
-
- org.molgenis.script.core.UnknownScriptException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UnknownScriptException extends ScriptException
Deprecated.use class that extends from org.molgenis.i18n.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownScriptException()Deprecated.UnknownScriptException(String message)Deprecated.UnknownScriptException(String message, Throwable cause)Deprecated.UnknownScriptException(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
-
-