Neo4j Enterprise

org.neo4j.kernel
Class InformativeStackTrace

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neo4j.kernel.InformativeStackTrace
All Implemented Interfaces:
Serializable

public class InformativeStackTrace
extends Exception

Preferably used when there's a place where you'd like to capture the call path leading up to a certain point.

Author:
Mattias Persson
See Also:
Serialized Form

Constructor Summary
InformativeStackTrace(String message)
           
 
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

InformativeStackTrace

public InformativeStackTrace(String message)

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.