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:
- Serializable, ILocatable
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 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Geoffrey Longman
- See Also:
- Serialized Form
InvalidStringException
public InvalidStringException(String message,
String invalidString,
IResourceLocation resourceLocation)
InvalidStringException
public InvalidStringException(String message,
String invalidString,
ILocation location)
getInvalidString
public String getInvalidString()