org.ephman.abra.tools
Class SchemaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ephman.abra.utils.AbraException
                    |
                    +--org.ephman.abra.tools.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends AbraException

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String fileName
           
(package private)  int lineNum
           
 
Fields inherited from class org.ephman.abra.utils.AbraException
previousException
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SchemaException(JClass currentClass, JField jf, java.lang.String msg)
           
SchemaException(JClass currentClass, JField jf, java.lang.String msg, java.lang.Exception prevEx)
          incase another exception was caught and wrapped..
SchemaException(java.lang.String error, java.lang.Object[] params)
           
SchemaException(java.lang.String error, java.lang.String fileName)
           
 
Method Summary
 java.lang.String getFileName()
          Get the value of fileName.
 int getLineNum()
          Get the value of lineNum.
 void setFileName(java.lang.String v)
          Set the value of fileName.
 void setLineNum(int v)
          Set the value of lineNum.
 
Methods inherited from class org.ephman.abra.utils.AbraException
getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

java.lang.String fileName

lineNum

int lineNum
Constructor Detail

SchemaException

public SchemaException(java.lang.String error,
                       java.lang.String fileName)

SchemaException

public SchemaException(java.lang.String error,
                       java.lang.Object[] params)

SchemaException

public SchemaException(JClass currentClass,
                       JField jf,
                       java.lang.String msg,
                       java.lang.Exception prevEx)
incase another exception was caught and wrapped..


SchemaException

public SchemaException(JClass currentClass,
                       JField jf,
                       java.lang.String msg)
Method Detail

getFileName

public java.lang.String getFileName()
Get the value of fileName.

Returns:
Value of fileName.

setFileName

public void setFileName(java.lang.String v)
Set the value of fileName.

Parameters:
v - Value to assign to fileName.

getLineNum

public int getLineNum()
Get the value of lineNum.

Returns:
Value of lineNum.

setLineNum

public void setLineNum(int v)
Set the value of lineNum.

Parameters:
v - Value to assign to lineNum.