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:
  • Constructor Details

    • ShellException

      public ShellException()
      Instantiates a new shell exception.
    • ShellException

      public ShellException(String arg0)
      Instantiates a new shell exception.
      Parameters:
      arg0 - the arg0
    • ShellException

      public ShellException(String arg0, Throwable arg1)
      Instantiates a new shell exception.
      Parameters:
      arg0 - the arg0
      arg1 - the arg1
    • ShellException

      public ShellException(Throwable arg0)
      Instantiates a new shell exception.
      Parameters:
      arg0 - the arg0