net.grinder.script
Class NotWrappableTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by 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

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

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.