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, Locatable
public class InvalidStringException
- extends DocumentParseException
- implements 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
InvalidStringException
public InvalidStringException(String message,
String invalidString,
Location location)
getInvalidString
public String getInvalidString()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.