|
||||||||||
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.UnsupportedGraphException
public class UnsupportedGraphException
Thrown when a layout algorithm is executed on a graph that is not supported.
Constructor Summary | |
---|---|
UnsupportedGraphException()
Create an unsupported graph exception with no parameters. |
|
UnsupportedGraphException(String message)
Create an unsupported graph exception with a message. |
|
UnsupportedGraphException(String message,
Throwable cause)
Create an unsupported graph exception with a message and a cause. |
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 UnsupportedGraphException()
public UnsupportedGraphException(String message)
message
- a messagepublic UnsupportedGraphException(String message, Throwable cause)
message
- a messagecause
- a cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |