com.ideanest.attributes.impl
Class TagParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ideanest.attributes.impl.TagParseException
All Implemented Interfaces:
java.io.Serializable

public class TagParseException
extends java.lang.Exception

Indicates a syntax error in a parsed tag value.

Version:
$Revision: 1.1 $ ($Date: 2003/07/30 04:23:51 $)
Author:
Piotr Kaminski
See Also:
Serialized Form

Constructor Summary
TagParseException(java.lang.String message)
           
 
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

TagParseException

public TagParseException(java.lang.String message)