org.apache.tapestry.util.xml
Class InvalidStringException

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

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 243791 2004-02-19 17:38:13Z hlship $
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()