de.uni_paderborn.fujaba.sequencer
Class SDMParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.uni_paderborn.fujaba.basic.RuntimeExceptionWithContext
                  extended byde.uni_paderborn.fujaba.sequencer.SDMParseException
All Implemented Interfaces:
java.io.Serializable

public class SDMParseException
extends RuntimeExceptionWithContext

SDMParseException is an exception that will be thrown when an error occurs while parsing the CFG This exception is catched in UMLActivityDiagram::generateJava()

Version:
$Revision: 1.9 $
Author:
$Author: cschneid $
See Also:
Serialized Form

Constructor Summary
SDMParseException()
          Constructs a JavaSDMException with no detail message.
SDMParseException(java.lang.String s)
          Constructs a SDMParseException with the specified detail message.
SDMParseException(java.lang.String s, FElement context)
          Constructs a SDMParseException with the specified detail message and context.
 
Methods inherited from class de.uni_paderborn.fujaba.basic.RuntimeExceptionWithContext
getContext
 
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

SDMParseException

public SDMParseException()
Constructs a JavaSDMException with no detail message.


SDMParseException

public SDMParseException(java.lang.String s)
Constructs a SDMParseException with the specified detail message.

Parameters:
s - the detail message.

SDMParseException

public SDMParseException(java.lang.String s,
                         FElement context)
Constructs a SDMParseException with the specified detail message and context.

Parameters:
s - the detail message.
context - No description provided