org.apache.tapestry.util.xml
Class InvalidStringException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.tapestry.ApplicationRuntimeException
                  extended byorg.apache.tapestry.util.xml.DocumentParseException
                      extended byorg.apache.tapestry.util.xml.InvalidStringException
All Implemented Interfaces:
ILocatable, Serializable

public class InvalidStringException
extends DocumentParseException
implements ILocatable

Exception thrown if there is any kind of error validating a string during document parsing

Since:
2.2
Version:
$Id: InvalidStringException.java,v 1.4 2004/02/19 17:37:50 hlship Exp $
Author:
Geoffrey Longman
See Also:
Serialized Form

Constructor Summary
InvalidStringException(String message, String invalidString, ILocation location)
           
InvalidStringException(String message, String invalidString, IResourceLocation resourceLocation)
           
 
Method Summary
 String getInvalidString()
           
 
Methods inherited from class org.apache.tapestry.util.xml.DocumentParseException
getDocumentLocation
 
Methods inherited from class org.apache.tapestry.ApplicationRuntimeException
getCause, getComponent, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

InvalidStringException

public InvalidStringException(String message,
                              String invalidString,
                              IResourceLocation resourceLocation)

InvalidStringException

public InvalidStringException(String message,
                              String invalidString,
                              ILocation location)
Method Detail

getInvalidString

public String getInvalidString()