org.apache.tapestry.util.xml
Class InvalidStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.apache.tapestry.util.xml.DocumentParseException
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
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
InvalidStringException
public InvalidStringException(String message,
String invalidString,
org.apache.hivemind.Location location)
getInvalidString
public String getInvalidString()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.