com.twitterapime.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.twitterapime.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

This class represents an exception to notify about situations where there is any error in the document format.

Since:
1.0
Version:
1.1
Author:
Ernandes Mourao Junior (ernandes@gmail.com)
See Also:
Serialized Form

Constructor Summary
ParserException()
           Create an instance of ParserException class.
ParserException(java.lang.String msg)
           Create an instance of ParserException class that receives a custom message.
 
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()

Create an instance of ParserException class.


ParserException

public ParserException(java.lang.String msg)

Create an instance of ParserException class that receives a custom message.

Parameters:
msg - The exception message.


Copyright © 2010 Twitter API ME Team. All Rights Reserved.