org.apache.tapestry.util.xml
Class InvalidStringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.tapestry.ApplicationRuntimeException
                          |
                          +--org.apache.tapestry.util.xml.DocumentParseException
                                |
                                +--org.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.2 2003/04/25 01:18:33 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
getComponent, getLocation, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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()