net.grinder.script
Class NonInstrumentableTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by net.grinder.script.NonInstrumentableTypeException
All Implemented Interfaces:
Serializable

public class NonInstrumentableTypeException
extends GrinderException

Thrown when an attempt is made to wrap a type that can not be instrumented.

Version:
$Revision: 4114 $
Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
NonInstrumentableTypeException(String s)
          Creates a new NotWrappableTypeException instance.
NonInstrumentableTypeException(String s, Throwable cause)
          Creates a new NotWrappableTypeException instance.
 
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

NonInstrumentableTypeException

public NonInstrumentableTypeException(String s)
Creates a new NotWrappableTypeException instance.

Parameters:
s - Exception message.

NonInstrumentableTypeException

public NonInstrumentableTypeException(String s,
                                      Throwable cause)
Creates a new NotWrappableTypeException instance.

Parameters:
s - Exception message.
cause - Cause.


Copyright © 2000-2013. All Rights Reserved.