Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tapestry.util.xml
Class InvalidStringException  view InvalidStringException download InvalidStringException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.util.xml.DocumentParseException
                      extended byorg.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

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()