org.wltea.expression.format
类 FormatException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 org.wltea.expression.format.FormatException
所有已实现的接口:
java.io.Serializable

public class FormatException
extends java.lang.Exception

解析ExpressionToken出错时抛出

版本:
2.0 Sep 21, 2008
作者:
林良益,卓诗垚
另请参见:
序列化表格

构造方法摘要
FormatException()
           
FormatException(java.lang.String message)
           
FormatException(java.lang.String message, java.lang.Throwable cause)
           
FormatException(java.lang.Throwable cause)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FormatException

public FormatException()

FormatException

public FormatException(java.lang.String message,
                       java.lang.Throwable cause)

FormatException

public FormatException(java.lang.String message)

FormatException

public FormatException(java.lang.Throwable cause)