helix.graph.model
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by helix.graph.model.GraphException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandLineException, DuplicateEdgeException, DuplicateValueException, NoSuchAggregatorException, NoSuchOptimizerException, NoSuchVertexException, NotCompressibleVertexException, NotExpandableVertexException, PreprocessorException, RegistryException, SameVertexException

public class GraphException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
GraphException()
           
GraphException(String message)
           
GraphException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphException

public GraphException()

GraphException

public GraphException(String message)

GraphException

public GraphException(Throwable cause)