org.huihoo.jfox.ejb.exception
Class UnknownPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.huihoo.jfox.ejb.exception.UnknownPathException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPathException
extends java.lang.RuntimeException

Version:
$0.9.0$
Author:
tai_1219@sina.com
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
equals, 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)
Parameters:
reason -
path -
fieldName -
errorLine -
errorColumn -
Method Detail

getReason

public java.lang.String getReason()
Returns:
String

getCurrentPath

public java.lang.String getCurrentPath()
Returns:
String

getFieldName

public java.lang.String getFieldName()
Returns:
String

getErrorLine

public int getErrorLine()
Returns:
int

getErrorColumn

public int getErrorColumn()
Returns:
int