|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
br.eti.kinoshita.tap4j.consumer.TapParserException
public class TapParserException
This exception is thrown by the Tap Parser (TapConsumer).
TapConsumer},
Serialized Form| Constructor Summary | |
|---|---|
TapParserException()
Default constructor. |
|
TapParserException(String message)
Constructor with parameter. |
|
TapParserException(String message,
Throwable cause)
Constructor with paramters. |
|
TapParserException(Throwable cause)
Constructor with parameter. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TapParserException()
public TapParserException(String message)
message - Exception message.public TapParserException(Throwable cause)
cause - Exception cause.
public TapParserException(String message,
Throwable cause)
message - Exception message.cause - Exception cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||