Class InvalidGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.graphml.model.InvalidGraphException
-
- All Implemented Interfaces:
Serializable
public class InvalidGraphException extends Exception
Exception which is thrown if theGraphMLReader
orGraphMLWriter
cannot process the graph.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGraphException(Exception cause)
InvalidGraphException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-