类 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

public class FetcherCompileException extends RuntimeException
另请参阅:
  • 构造器详细资料

    • FetcherCompileException

      public FetcherCompileException(String message, int line, int charPositionInLine)
    • FetcherCompileException

      public FetcherCompileException(String message, Throwable cause, int line, int charPositionInLine)
  • 方法详细资料

    • getLine

      public int getLine()
    • getCharPositionInLine

      public int getCharPositionInLine()