pnuts.awt
Class LayoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--pnuts.awt.LayoutException

public class LayoutException
extends java.lang.RuntimeException

Throws to indicate that there is an error in layout components

See Also:
Serialized Form

Constructor Summary
LayoutException()
           
LayoutException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutException

public LayoutException()

LayoutException

public LayoutException(java.lang.String message)