edu.cmu.relativelayout
Class UnknownComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable