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:
- org.apache.hivemind.Locatable, java.io.Serializable
- 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(java.lang.String message,
java.lang.String invalidString,
org.apache.hivemind.Location location)
|
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 |
InvalidStringException
public InvalidStringException(java.lang.String message,
java.lang.String invalidString,
org.apache.hivemind.Location location)
getInvalidString
public java.lang.String getInvalidString()