net.sf.parser4j.parser.service
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.parser4j.parser.service.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

Author:
luc peuvrier
See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(java.lang.String message)
           
ParserException(java.lang.String message, java.lang.Throwable cause)
           
ParserException(java.lang.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()

ParserException

public ParserException(java.lang.String message,
                       java.lang.Throwable cause)

ParserException

public ParserException(java.lang.String message)

ParserException

public ParserException(java.lang.Throwable cause)


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.