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:
- ILocatable, Serializable
- 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,v 1.2 2003/04/25 01:18:33 hlship Exp $
- 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()