groovy.lang
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by groovy.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)
           
 
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

TypeMismatchException

public TypeMismatchException()

TypeMismatchException

public TypeMismatchException(String msg)

TypeMismatchException

public TypeMismatchException(Exception e)

TypeMismatchException

public TypeMismatchException(String msg,
                             Exception e)


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