fipaos.parser
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.parser.ParserException

public class ParserException
extends Exception


Constructor Summary
ParserException()
          Creates new ParserException without detail message.
ParserException(String msg)
          Constructs an ParserException with the specified detail message.
ParserException(Throwable e)
           

Method Summary
 ThrowablegetThrowable()
           
 voidprintStackTrace()
           
 voidprintStackTrace(PrintStream ps)
           
 voidprintStackTrace(PrintWriter pw)
           
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ParserException

public ParserException()
Creates new ParserException without detail message.

ParserException

public ParserException(String msg)
Constructs an ParserException with the specified detail message.
Parameters:
msg - the detail message.

ParserException

public ParserException(Throwable e)
Method Detail

getThrowable

public Throwable getThrowable()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)

toString

public String toString()

Association Links

to Class java.lang.Throwable