edu.cmu.relativelayout
Class UnknownComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.cmu.relativelayout.UnknownComponentException
All Implemented Interfaces:
Serializable

public class UnknownComponentException
extends RuntimeException

Thrown when a Binding in a layout that is being validated refers to a component that has not yet been added to the layout by the time it is validated. Note that unless debug mode is turned on, layouts are validated as lazily as possible, so it is perfectly safe to refer to a component in a Binding before it is added, as long as it is added eventually.

See Also:
Serialized Form

Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable