de.saar.chorus.domgraph.codec
Class ParserException

Object
  extended by Throwable
      extended by Exception
          extended by ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends Exception

An exception representing parsing errors of various types.

Author:
Alexander Koller
See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(String message)
           
ParserException(String message, Throwable cause)
           
ParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()

ParserException

public ParserException(String message)

ParserException

public ParserException(String message,
                       Throwable cause)

ParserException

public ParserException(Throwable cause)