org.apache.ibatis.ibator.exception
Class ShellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ibatis.ibator.exception.ShellException
All Implemented Interfaces:
java.io.Serializable

public class ShellException
extends java.lang.Exception

This class is used by the ShellCallback methods to denote unrecoverable errors.

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
ShellException()
           
ShellException(java.lang.String arg0)
           
ShellException(java.lang.String arg0, java.lang.Throwable arg1)
           
ShellException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShellException

public ShellException()

ShellException

public ShellException(java.lang.String arg0)
Parameters:
arg0 -

ShellException

public ShellException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ShellException

public ShellException(java.lang.Throwable arg0)
Parameters:
arg0 -