GraphLab Project

graphlab.library.exceptions
Class InvalidGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by graphlab.library.exceptions.InvalidGraphException
All Implemented Interfaces:
java.io.Serializable

public class InvalidGraphException
extends java.lang.RuntimeException

Author:
Omid Aladini
See Also:
Serialized Form

Constructor Summary
InvalidGraphException()
          Constructs an instance of InvalidGraphException
InvalidGraphException(java.lang.String string)
           
InvalidGraphException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InvalidGraphException

public InvalidGraphException()
Constructs an instance of InvalidGraphException


InvalidGraphException

public InvalidGraphException(java.lang.Throwable cause)

InvalidGraphException

public InvalidGraphException(java.lang.String string)

GraphLab Project