info.joseluismartin.gui.bind
Class UndefinedAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.joseluismartin.gui.bind.UndefinedAccessorException
All Implemented Interfaces:
Serializable

public class UndefinedAccessorException
extends RuntimeException

Undefinded Control Accessor for a control.

Author:
Jose Luis Martin
See Also:
Serialized Form

Constructor Summary
UndefinedAccessorException(String message)
           
UndefinedAccessorException(String message, Throwable cause)
           
UndefinedAccessorException(Throwable cause)
           
 
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

UndefinedAccessorException

public UndefinedAccessorException(String message,
                                  Throwable cause)
Parameters:
message -
cause -

UndefinedAccessorException

public UndefinedAccessorException(String message)
Parameters:
message -

UndefinedAccessorException

public UndefinedAccessorException(Throwable cause)
Parameters:
cause -


Copyright © 2013 JDAL. All Rights Reserved.