Groovy 1.7.0

org.codehaus.groovy.runtime.typehandling
Class GroovyCastException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              java.lang.ClassCastException
                  org.codehaus.groovy.runtime.typehandling.GroovyCastException

class GroovyCastException
extends ClassCastException

Constructor Summary
GroovyCastException(Object objectToCast, Class classToCastTo)

GroovyCastException(String string)

 
Method Summary
 
Methods inherited from class ClassCastException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

GroovyCastException

public GroovyCastException(Object objectToCast, Class classToCastTo)


GroovyCastException

public GroovyCastException(String string)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.