groovy.lang
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TypeMismatchException
public TypeMismatchException()
TypeMismatchException
public TypeMismatchException(String msg)
TypeMismatchException
public TypeMismatchException(Exception e)
TypeMismatchException
public TypeMismatchException(String msg,
Exception e)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.