nenok.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nenok.lc.LCException
              extended by nenok.parser.ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends LCException

Exceptions that are thrown during the parsing process.

Version:
1.1
Author:
Marc Pouly
See Also:
Serialized Form

Constructor Summary
ParserException(String message)
          Constructor:
ParserException(String message, Throwable cause)
          Constructor:
ParserException(Throwable cause)
          Constructor:
 
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 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.

ParserException

public ParserException(Throwable cause)
Constructor:

Parameters:
cause - The (prior) exception to be wrapped.