org.tap4j.parser
Class ParserException

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

public class ParserException
extends RuntimeException

Exception thrown by parsers.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ParserException()
          Default constructor.
ParserException(String message)
           
ParserException(String message, Throwable cause)
          Constructor with parameter.
ParserException(Throwable cause)
           
 
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

ParserException

public ParserException()
Default constructor.


ParserException

public ParserException(String message,
                       Throwable cause)
Constructor with parameter.

Parameters:
message -
cause -

ParserException

public ParserException(String message)
Parameters:
message -

ParserException

public ParserException(Throwable cause)
Parameters:
cause -


Copyright © 2010-2012 TupiLabs. All Rights Reserved.