public class

ShellException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mybatis.generator.exception.ShellException

Class Overview

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

Summary

Public Constructors
ShellException()
ShellException(String arg0)
ShellException(String arg0, Throwable arg1)
ShellException(Throwable arg0)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ShellException ()

public ShellException (String arg0)

public ShellException (String arg0, Throwable arg1)

public ShellException (Throwable arg0)