|
||||||||||
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.cau.cs.kieler.kiml.service.formats.TransformationException
public class TransformationException
An exception for graph transformation errors.
Constructor Summary | |
---|---|
TransformationException()
Default constructor. |
|
TransformationException(String message)
Constructor with a message. |
|
TransformationException(String message,
Throwable throwable)
Constructor with a message for enclosing another throwable. |
|
TransformationException(Throwable throwable)
Constructor for enclosing another throwable. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransformationException()
public TransformationException(String message)
message
- the message describing the exceptionpublic TransformationException(Throwable throwable)
throwable
- a throwable to be enclosed by this exceptionpublic TransformationException(String message, Throwable throwable)
message
- the message describing the exceptionthrowable
- a throwable to be enclosed by this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |