net.grinder.script
Class NotWrappableTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.script.NotWrappableTypeException
- All Implemented Interfaces:
- Serializable
public class NotWrappableTypeException
- extends GrinderException
Thrown when an attempt is made to wrap a type that is not wrapable.
- Author:
- Philip Aston
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotWrappableTypeException
public NotWrappableTypeException(String s)
- Creates a new
NotWrappableTypeException instance.
- Parameters:
s - Exception message.
NotWrappableTypeException
public NotWrappableTypeException(String s,
Throwable cause)
- Creates a new
NotWrappableTypeException instance.
- Parameters:
s - Exception message.cause - Cause.
Copyright © 2000-2013. All Rights Reserved.