|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.script.NonInstrumentableTypeException
public class NonInstrumentableTypeException
Thrown when an attempt is made to wrap a type that can not be instrumented.
| Constructor Summary | |
|---|---|
NonInstrumentableTypeException(java.lang.String s)
Creates a new NotWrappableTypeException instance. |
|
NonInstrumentableTypeException(java.lang.String s,
java.lang.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 |
|---|
public NonInstrumentableTypeException(java.lang.String s)
NotWrappableTypeException instance.
s - Exception message.
public NonInstrumentableTypeException(java.lang.String s,
java.lang.Throwable cause)
NotWrappableTypeException instance.
s - Exception message.cause - Cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||