Class InvalidGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.graphml.model.InvalidGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidGraphException extends java.lang.Exception
Exception which is thrown if theGraphMLReader
orGraphMLWriter
cannot process the graph.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGraphException(java.lang.Exception cause)
InvalidGraphException(java.lang.String errorMessage)
-