harpoon.Instrumentation.AllocationStatistics
Class UnknownAllocationSiteError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by harpoon.Instrumentation.AllocationStatistics.UnknownAllocationSiteError
All Implemented Interfaces:
Serializable

public class UnknownAllocationSiteError
extends Error

Error thrown if one tries to obtain the unique allocID for a site that AllocationNUmbering doesn't know about.

Version:
$Id: UnknownAllocationSiteError.java,v 1.1 2003/02/11 20:16:01 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@MIT.edu>
See Also:
Serialized Form

Constructor Summary
UnknownAllocationSiteError(String message)
          Creates an UnknownAllocationSiteError.
 
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

UnknownAllocationSiteError

public UnknownAllocationSiteError(String message)
Creates an UnknownAllocationSiteError.