com.vaadin.data.fieldgroup
Class FieldGroup.BindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.data.fieldgroup.FieldGroup.BindException
All Implemented Interfaces:
Serializable
Enclosing class:
FieldGroup

public static class FieldGroup.BindException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FieldGroup.BindException(String message)
           
FieldGroup.BindException(String message, Throwable t)
           
 
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

FieldGroup.BindException

public FieldGroup.BindException(String message)

FieldGroup.BindException

public FieldGroup.BindException(String message,
                                Throwable t)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.