com.vaadin.data.fieldgroup
Class FieldGroup.SearchException

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.SearchException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FieldGroup

public static class FieldGroup.SearchException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
FieldGroup.SearchException(java.lang.String message)
           
FieldGroup.SearchException(java.lang.String message, java.lang.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.SearchException

public FieldGroup.SearchException(java.lang.String message)

FieldGroup.SearchException

public FieldGroup.SearchException(java.lang.String message,
                                  java.lang.Throwable t)


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