|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tap4j.consumer.TapConsumerException
public class TapConsumerException
This exception is thrown by the Tap Parser.
| Constructor Summary | |
|---|---|
TapConsumerException()
Default constructor. |
|
TapConsumerException(String message)
Constructor with parameter. |
|
TapConsumerException(String message,
Throwable cause)
Constructor with paramters. |
|
TapConsumerException(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 TapConsumerException()
public TapConsumerException(String message)
message - Exception message.public TapConsumerException(Throwable cause)
cause - Exception cause.
public TapConsumerException(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 | |||||||||