org.jboss.ejb.plugins.cmp.ejbql
Class UnknownPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.ejb.plugins.cmp.ejbql.UnknownPathException
All Implemented Interfaces:
java.io.Serializable

public final class UnknownPathException
extends java.lang.RuntimeException

This exception is thrown when the EJB-QL parser encounters an unknown path.

See Also:
Serialized Form

Constructor Summary
UnknownPathException(java.lang.String reason, java.lang.String path, java.lang.String fieldName, int errorLine, int errorColumn)
           
 
Method Summary
 java.lang.String getCurrentPath()
           
 int getErrorColumn()
           
 int getErrorLine()
           
 java.lang.String getFieldName()
           
 java.lang.String getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPathException

public UnknownPathException(java.lang.String reason,
                            java.lang.String path,
                            java.lang.String fieldName,
                            int errorLine,
                            int errorColumn)
Method Detail

getReason

public java.lang.String getReason()

getCurrentPath

public java.lang.String getCurrentPath()

getFieldName

public java.lang.String getFieldName()

getErrorLine

public int getErrorLine()

getErrorColumn

public int getErrorColumn()