edu.pdx.cs399J
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.pdx.cs399J.ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends Exception

A ParserException is thrown when a file or other data source is being parsed and it is decided that the source is malformatted.

Author:
David Whitlock
See Also:
Serialized Form

Constructor Summary
ParserException(String description)
          Creates a new ParserException with a given descriptive message.
ParserException(String description, Throwable cause)
          Creates a new ParserException that was caused by another exception.
 
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(String description)
Creates a new ParserException with a given descriptive message.


ParserException

public ParserException(String description,
                       Throwable cause)
Creates a new ParserException that was caused by another exception.



Copyright © 2000-2009 Portland State University. All Rights Reserved.