org.sandev.ui.util
Class UIScreenAdaptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sandev.basics.structs.SandException
org.sandev.basics.util.UIFormAdaptorException
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
| 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 |
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)