org.mybatis.generator.exception
Class ShellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mybatis.generator.exception.ShellException
- All Implemented Interfaces:
- Serializable
public class ShellException
- extends Exception
This class is used by the ShellCallback methods to denote unrecoverable
errors.
- Author:
- Jeff Butler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShellException
public ShellException()
ShellException
public ShellException(String arg0)
- Parameters:
arg0
-
ShellException
public ShellException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
ShellException
public ShellException(Throwable arg0)
- Parameters:
arg0
-
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.