relativelayout.matrix
Class AmbiguousLayoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by relativelayout.matrix.AmbiguousLayoutException
All Implemented Interfaces:
Serializable

public class AmbiguousLayoutException
extends RuntimeException

Indicates that the constraints specified for objects that have been added to the layout could describe more than one possible arrangement of the controls. This is often the result of adding "circular dependencies" to the layout, such that the position of control A depends on the position of control B, and the position of control B also depends on the position of control A. Typically, one of these bindings can be safely removed depending on which control's position or size is actually being defined by that binding.

Author:
Rachael Bennett (srbennet@andrew.cmu.edu)
See Also:
Serialized Form

Constructor Summary
AmbiguousLayoutException()
           
 
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
 

Constructor Detail

AmbiguousLayoutException

public AmbiguousLayoutException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable