Package org.pentaho.di.ui.spoon
Class InstanceCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.di.ui.spoon.InstanceCreationException
-
- All Implemented Interfaces:
Serializable
public class InstanceCreationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceCreationException()
InstanceCreationException(String message)
InstanceCreationException(String message, Throwable reas)
InstanceCreationException(Throwable reas)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-