net.sf.jett.exception
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jett.exception.ParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FormulaParseException, MetadataParseException, StyleParseException, TagParseException

public class ParseException
extends java.lang.RuntimeException

A ParseException occurs when there is an error parsing anything related to JETT processing.

Author:
Randy Gettman
See Also:
Serialized Form

Constructor Summary
ParseException()
          Create a ParseException.
ParseException(java.lang.String message)
          Create a ParseException with the given message.
ParseException(java.lang.String message, java.lang.Throwable cause)
          Create a ParseException with the given message.
ParseException(java.lang.Throwable cause)
          Create a ParseException.
 
Method Summary
 
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

ParseException

public ParseException()
Create a ParseException.


ParseException

public ParseException(java.lang.String message)
Create a ParseException with the given message.

Parameters:
message - The message.

ParseException

public ParseException(java.lang.Throwable cause)
Create a ParseException.

Parameters:
cause - The cause.

ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable cause)
Create a ParseException with the given message.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012-2013 Jett Team. All Rights Reserved.