br.eti.kinoshita.tap4j.consumer
Class TapParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.eti.kinoshita.tap4j.consumer.TapParserException
All Implemented Interfaces:
Serializable

public class TapParserException
extends Exception

This exception is thrown by the Tap Parser (TapConsumer).

Since:
20/09/2010
Author:
Bruno P. Kinoshita
See Also:
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

TapParserException

public TapParserException()
Default constructor.


TapParserException

public TapParserException(String message)
Constructor with parameter.

Parameters:
message - Exception message.

TapParserException

public TapParserException(Throwable cause)
Constructor with parameter.

Parameters:
cause - Exception cause.

TapParserException

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

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


Copyright © 2010. All Rights Reserved.