edu.pdx.cs399J
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.