|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.cactus.util.ChainedException
org.apache.cactus.internal.client.ParsingException
public class ParsingException
Thrown when parsing the Web Test result (XML) and trying to build a
WebTestResult
object.
WebTestResultParser
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.cactus.util.ChainedException |
---|
originalException |
Constructor Summary | |
---|---|
ParsingException(java.lang.String theMessage)
|
|
ParsingException(java.lang.String theMessage,
java.lang.Throwable theException)
|
|
ParsingException(java.lang.Throwable theException)
|
Method Summary |
---|
Methods inherited from class org.apache.cactus.util.ChainedException |
---|
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParsingException(java.lang.String theMessage)
ChainedException.ChainedException(String)
public ParsingException(java.lang.Throwable theException)
ChainedException.ChainedException(Throwable)
public ParsingException(java.lang.String theMessage, java.lang.Throwable theException)
ChainedException.ChainedException(String, Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |