de.saar.chorus.domgraph
Class ExampleManager.ParserException

Object
  extended by Throwable
      extended by Exception
          extended by ExampleManager.ParserException
All Implemented Interfaces:
Serializable
Enclosing class:
ExampleManager

public static class ExampleManager.ParserException
extends Exception

A parser exception that occurred while reading an examples specification file.

Author:
Alexander Koller
See Also:
Serialized Form

Constructor Summary
ExampleManager.ParserException()
           
ExampleManager.ParserException(String arg0)
           
ExampleManager.ParserException(String arg0, Throwable arg1)
           
ExampleManager.ParserException(Throwable arg0)
           
 
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

ExampleManager.ParserException

public ExampleManager.ParserException()

ExampleManager.ParserException

public ExampleManager.ParserException(String arg0,
                                      Throwable arg1)

ExampleManager.ParserException

public ExampleManager.ParserException(String arg0)

ExampleManager.ParserException

public ExampleManager.ParserException(Throwable arg0)