nenok.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by nenok.lc.LCException
                      extended by nenok.constr.ConstrException
                          extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ParserException(String message)
          Constructor:
ParserException(String message, Throwable cause)
          Constructor:
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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 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.