|
|||||||||
| Home >> All >> org >> apache >> tapestry >> util >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.tapestry.util.xml
Class InvalidStringException

java.lang.Objectjava.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
- extends DocumentParseException
Exception thrown if there is any kind of error validating a string during document parsing
- Since:
- 2.2
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
static com.cortexeb.tools.clover.d |
__CLOVER_443_0
|
private java.lang.String |
_invalidString
|
| Fields inherited from class org.apache.tapestry.util.xml.DocumentParseException |
__CLOVER_441_0 |
| Fields inherited from class org.apache.hivemind.ApplicationRuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InvalidStringException(java.lang.String message,
java.lang.String invalidString,
org.apache.hivemind.Location location)
|
|
InvalidStringException(java.lang.String message,
java.lang.String invalidString,
org.apache.hivemind.Resource resourceLocation)
|
|
| Method Summary | |
java.lang.String |
getInvalidString()
|
| Methods inherited from class org.apache.tapestry.util.xml.DocumentParseException |
getDocumentLocation |
| 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 |
| Field Detail |
__CLOVER_443_0
public static com.cortexeb.tools.clover.d __CLOVER_443_0
_invalidString
private java.lang.String _invalidString
| Constructor Detail |
InvalidStringException
public InvalidStringException(java.lang.String message, java.lang.String invalidString, org.apache.hivemind.Resource resourceLocation)
InvalidStringException
public InvalidStringException(java.lang.String message, java.lang.String invalidString, org.apache.hivemind.Location location)
| Method Detail |
getInvalidString
public java.lang.String getInvalidString()
|
|||||||||
| Home >> All >> org >> apache >> tapestry >> util >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC