cz.zcu.fav.kiv.editor.controller.errors
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by cz.zcu.fav.kiv.editor.controller.errors.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Throwable

The ParserException class is used for reporting errors rised during parsing values from input files.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova
See Also:
Serialized Form

Constructor Summary
ParserException()
          Initializes a newly created empty ParserException.
ParserException(java.lang.String message)
          Initializes a newly created empty ParserException with specified message.
 
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()
Initializes a newly created empty ParserException.


ParserException

public ParserException(java.lang.String message)
Initializes a newly created empty ParserException with specified message.

Parameters:
message - the message decribing the rised error.