org.tap4j.consumer
Class TapConsumerException

Package class diagram package TapConsumerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tap4j.consumer.TapConsumerException
All Implemented Interfaces:
Serializable

public class TapConsumerException
extends RuntimeException

This exception is thrown by the Tap Parser.

Since:
1.0
See Also:
Serialized Form

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

TapConsumerException

public TapConsumerException()
Default constructor.


TapConsumerException

public TapConsumerException(String message)
Constructor with parameter.

Parameters:
message - Exception message.

TapConsumerException

public TapConsumerException(Throwable cause)
Constructor with parameter.

Parameters:
cause - Exception cause.

TapConsumerException

public TapConsumerException(String message,
                            Throwable cause)
Constructor with paramters.

Parameters:
message - Exception message.
cause - Exception cause.


Copyright © 2010-2012 TupiLabs. All Rights Reserved.