org.sandev.ui.util
Class UIScreenAdaptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sandev.basics.structs.SandException
              extended by org.sandev.basics.util.UIFormAdaptorException
                  extended by org.sandev.ui.util.UIScreenAdaptorException
All Implemented Interfaces:
java.io.Serializable

public class UIScreenAdaptorException
extends org.sandev.basics.util.UIFormAdaptorException

A specialized exception for UIScreenAdaptors to complain with. Extends UIFormAdaptorException for ease of processing.

See Also:
Serialized Form

Constructor Summary
UIScreenAdaptorException()
           
UIScreenAdaptorException(java.lang.String msg)
           
UIScreenAdaptorException(java.lang.String msg, java.lang.Throwable cause)
           
UIScreenAdaptorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.sandev.basics.structs.SandException
getRootCause
 
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

UIScreenAdaptorException

public UIScreenAdaptorException()

UIScreenAdaptorException

public UIScreenAdaptorException(java.lang.String msg)

UIScreenAdaptorException

public UIScreenAdaptorException(java.lang.String msg,
                                java.lang.Throwable cause)

UIScreenAdaptorException

public UIScreenAdaptorException(java.lang.Throwable cause)