com.moesol.bindings
Class AllocationLocation

java.lang.Object
  extended by java.lang.Throwable
      extended by com.moesol.bindings.AllocationLocation
All Implemented Interfaces:
Serializable

public class AllocationLocation
extends Throwable

Record the location stack of allocation calls. This class leverages the stack reporting mechanism of Throwable.

See Also:
Serialized Form

Constructor Summary
AllocationLocation()
           
 
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

AllocationLocation

public AllocationLocation()


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.