|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uni_paderborn.fujaba.basic.RuntimeExceptionWithContext
de.uni_paderborn.fujaba.sequencer.SDMParseException
SDMParseException is an exception that will be thrown when an error occurs while parsing the CFG This exception is catched in UMLActivityDiagram::generateJava()
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 |
public SDMParseException()
public SDMParseException(java.lang.String s)
s
- the detail message.public SDMParseException(java.lang.String s, FElement context)
s
- the detail message.context
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |