类 FetcherCompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.sql.fetcher.compiler.FetcherCompileException
- 所有已实现的接口:
Serializable
- 直接已知子类:
FetcherCompileException.CodeBasedFilterException,FetcherCompileException.CodeBasedRecursionException
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型类说明static classstatic class -
构造器概要
构造器构造器说明FetcherCompileException(String message, int line, int charPositionInLine) FetcherCompileException(String message, Throwable cause, int line, int charPositionInLine) -
方法概要
-
构造器详细资料
-
FetcherCompileException
-
FetcherCompileException
-
-
方法详细资料
-
getLine
public int getLine() -
getCharPositionInLine
public int getCharPositionInLine()
-