fipaos.parser
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ParserException()
          Creates new ParserException without detail message.
ParserException(java.lang.String msg)
          Constructs an ParserException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()
Creates new ParserException without detail message.

ParserException

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