groovy.lang
Class TypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bygroovy.lang.TypeMismatchException
All Implemented Interfaces:
Serializable

public class TypeMismatchException
extends IllegalArgumentException

An exception occurred if a reference will refer to a mismatched object.

Version:
$Revision: 1.1 $
Author:
Pilho Kim
See Also:
Serialized Form

Constructor Summary
TypeMismatchException()
           
TypeMismatchException(Exception e)
           
TypeMismatchException(String msg)
           
TypeMismatchException(String msg, Exception e)
           
 
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

TypeMismatchException

public TypeMismatchException()

TypeMismatchException

public TypeMismatchException(String msg)

TypeMismatchException

public TypeMismatchException(Exception e)

TypeMismatchException

public TypeMismatchException(String msg,
                             Exception e)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.