Package org.mybatis.generator.exception
Class ShellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mybatis.generator.exception.ShellException
- All Implemented Interfaces:
Serializable
This class is used by the ShellCallback methods to denote unrecoverable
errors.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longThe Constant serialVersionUID. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shell exception.ShellException(String arg0) Instantiates a new shell exception.ShellException(String arg0, Throwable arg1) Instantiates a new shell exception.ShellException(Throwable arg0) Instantiates a new shell exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUIDThe Constant serialVersionUID.- See Also:
-
-
Constructor Details
-
ShellException
public ShellException()Instantiates a new shell exception. -
ShellException
Instantiates a new shell exception.- Parameters:
arg0- the arg0
-
ShellException
Instantiates a new shell exception.- Parameters:
arg0- the arg0arg1- the arg1
-
ShellException
Instantiates a new shell exception.- Parameters:
arg0- the arg0
-