Class GraphException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GraphException
    extends UsrException
    Exception thrown if a failure occurs while generating a Graph.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphException()
      Default constructor
      GraphException​(java.lang.String message)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • GraphException

        public GraphException()
        Default constructor
      • GraphException

        public GraphException​(java.lang.String message)
        Constructor
        Parameters:
        message - detailed message