Griffon 1.2.0

org.codehaus.griffon.exceptions
[Java] Class NewInstanceCreationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.codehaus.griffon.exceptions.GriffonException
                  org.codehaus.griffon.exceptions.NewInstanceCreationException

public class NewInstanceCreationException
extends GriffonException

Occurs when the creation of a new instance fails.

Authors:
Steven Devijver
Since:
Jul 2, 2005


Constructor Summary
NewInstanceCreationException()

NewInstanceCreationException(String arg0)

NewInstanceCreationException(String arg0, Throwable arg1)

NewInstanceCreationException(Throwable arg0)

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

Constructor Detail

NewInstanceCreationException

public NewInstanceCreationException()


NewInstanceCreationException

public NewInstanceCreationException(String arg0)


NewInstanceCreationException

public NewInstanceCreationException(String arg0, Throwable arg1)


NewInstanceCreationException

public NewInstanceCreationException(Throwable arg0)


 

Groovy Documentation