ru.onego.industrial.catalog.parsers
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ru.onego.industrial.catalog.parsers.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

Special parser exception. Intended to use with classes wich implement DataParser interface. Indicates unrecoverable error found while parsing data.

Version:
1.0
Author:
Lev Levin
See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.String message)
          Constructor for the ParserException object.
 
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(java.lang.String message)
Constructor for the ParserException object.

Parameters:
message - Message describing cause of exception