org.netbeans.modules.nbjunit/1 1.29

org.netbeans.junit
Class MemoryMeasurementFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.netbeans.junit.MemoryMeasurementFailedException
All Implemented Interfaces:
Serializable

public class MemoryMeasurementFailedException
extends RuntimeException

Throws when MemoryMeasurement methods are having some problem

See Also:
Serialized Form

Constructor Summary
MemoryMeasurementFailedException()
          Creates a new instance of InitializationException without detail message.
MemoryMeasurementFailedException(String msg)
          Constructs an instance of InitializationException with the specified detail message.
MemoryMeasurementFailedException(String msg, Throwable cause)
          Constructs an instance of InitializationException with the specified detail message.
 
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

MemoryMeasurementFailedException

public MemoryMeasurementFailedException()
Creates a new instance of InitializationException without detail message.


MemoryMeasurementFailedException

public MemoryMeasurementFailedException(String msg)
Constructs an instance of InitializationException with the specified detail message.

Parameters:
msg - the detail message.

MemoryMeasurementFailedException

public MemoryMeasurementFailedException(String msg,
                                        Throwable cause)
Constructs an instance of InitializationException with the specified detail message.

Parameters:
cause - Cause of the exception
msg - the detail message.

org.netbeans.modules.nbjunit/1 1.29

Built on May 12 2006.  |  Portions Copyright 1997-2006 Sun Microsystems, Inc. All rights reserved.