Enhydra 5.1 API

com.lutris.appserver.server.jolt.parser
Class JoltFieldException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.appserver.server.jolt.parser.JoltFieldException
All Implemented Interfaces:
java.io.Serializable

public class JoltFieldException
extends java.lang.Exception

Exception for invalid JoltHtml field.

Since:
Jolt1.0
Version:
$Revision: 1.1 $
Author:
Mark Diekhans
See Also:
Serialized Form

Field Summary
 java.lang.String fileName
          Name of file where the error occured.
 int lineNum
          Line number within file where the error occured.
 
Constructor Summary
JoltFieldException(java.lang.String msg, java.lang.String fileName, int lineNum)
          Constructor
 
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
 

Field Detail

fileName

public final java.lang.String fileName
Name of file where the error occured.


lineNum

public final int lineNum
Line number within file where the error occured.

Constructor Detail

JoltFieldException

public JoltFieldException(java.lang.String msg,
                          java.lang.String fileName,
                          int lineNum)
Constructor


Enhydra 5.1 API