Griffon 0.9.5-rc2

griffon.exceptions
[Java] Class BeanException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              griffon.exceptions.GriffonException
                  griffon.exceptions.BeanException

public class BeanException
extends GriffonException

Authors:
Andres Almiray
Since:
0.9.1


Constructor Summary
BeanException()

BeanException(String arg0)

BeanException(String arg0, Throwable arg1)

BeanException(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

BeanException

public BeanException()


BeanException

public BeanException(String arg0)


BeanException

public BeanException(String arg0, Throwable arg1)


BeanException

public BeanException(Throwable arg0)


 

Groovy Documentation