fire
类 FireException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 fire.FireException
所有已实现的接口:
java.io.Serializable

public class FireException
extends java.lang.RuntimeException

数据库异常(基类)

作者:
JSPGen
另请参见:
序列化表格

字段摘要
protected  boolean debug
           
 
构造方法摘要
FireException(java.lang.String str)
           
FireException(java.lang.String str, java.lang.Throwable root)
           
FireException(java.lang.Throwable root)
           
 
方法摘要
 java.lang.String getMessage()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

debug

protected boolean debug
构造方法详细信息

FireException

public FireException(java.lang.Throwable root)

FireException

public FireException(java.lang.String str,
                     java.lang.Throwable root)

FireException

public FireException(java.lang.String str)
方法详细信息

getMessage

public java.lang.String getMessage()
覆盖:
java.lang.Throwable 中的 getMessage