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

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(String message, String invalidString, org.apache.hivemind.Location location)
           
 
Method Summary
 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(String message,
                              String invalidString,
                              org.apache.hivemind.Location location)
Method Detail

getInvalidString

public String getInvalidString()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.