Package com.devebot.opflow.exception
Class OpflowInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devebot.opflow.exception.OpflowConstructionException
com.devebot.opflow.exception.OpflowInstantiationException
- All Implemented Interfaces:
Serializable
public class OpflowInstantiationException extends OpflowConstructionException
- Author:
- drupalex
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OpflowInstantiationException()OpflowInstantiationException(String message)OpflowInstantiationException(String message, Throwable cause)OpflowInstantiationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpflowInstantiationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpflowInstantiationException
public OpflowInstantiationException() -
OpflowInstantiationException
-
OpflowInstantiationException
-
OpflowInstantiationException
-
OpflowInstantiationException
-