nenok.parser
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
nenok.lc.LCException
nenok.constr.ConstrException
nenok.parser.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends ConstrException
Exceptions that are thrown during the parsing process.
- Version:
- $LastChangedRevision: 555 $
$LastChangedDate: 2008-03-26 14:20:40 +0100 (Mi, 26 Mrz 2008) $
- Author:
- Marc Pouly
- See Also:
- Serialized Form
ParserException
public ParserException(String message)
- Constructor:
- Parameters:
message
- The exception message.
ParserException
public ParserException(String message,
Throwable cause)
- Constructor:
- Parameters:
message
- The exception message.cause
- The (prior) exception to be wrapped.