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.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.util.xml.DocumentParseException
                      extended byorg.apache.tapestry.util.xml.InvalidStringException
All Implemented Interfaces:
org.apache.hivemind.Locatable, java.io.Serializable

public class InvalidStringException
extends DocumentParseException
implements org.apache.hivemind.Locatable

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

Since:
2.2
Author:
Geoffrey Longman
See Also:
Serialized Form

Constructor Summary
InvalidStringException(java.lang.String message, java.lang.String invalidString, org.apache.hivemind.Location location)
           
 
Method Summary
 java.lang.String getInvalidString()
           
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

InvalidStringException

public InvalidStringException(java.lang.String message,
                              java.lang.String invalidString,
                              org.apache.hivemind.Location location)
Method Detail

getInvalidString

public java.lang.String getInvalidString()