net.sf.jett.exception
Class TagParseException

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
                  extended by net.sf.jett.exception.TagParseException
All Implemented Interfaces:
java.io.Serializable

public class TagParseException
extends ParseException

A TagParseException indicates when there is an error parsing the tag text.

Author:
Randy Gettman
See Also:
Serialized Form

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

TagParseException

public TagParseException()
Create a TagParseException.


TagParseException

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

Parameters:
message - The message.

TagParseException

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

Parameters:
cause - The cause.

TagParseException

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

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


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