org.jboss.ejb.plugins.cmp.ejbql
Class UnknownPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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)
|
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 |
UnknownPathException
public UnknownPathException(java.lang.String reason,
java.lang.String path,
java.lang.String fieldName,
int errorLine,
int errorColumn)
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()