org.sandev.basics.util
Class UIFormManagerException

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.UIFormManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UIFormManagerConsoleException

public class UIFormManagerException
extends SandException

A specialized exception for UIFormManagers to complain with.

See Also:
Serialized Form

Constructor Summary
UIFormManagerException()
           
UIFormManagerException(java.lang.String msg)
           
UIFormManagerException(java.lang.String msg, java.lang.Throwable cause)
           
UIFormManagerException(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

UIFormManagerException

public UIFormManagerException()

UIFormManagerException

public UIFormManagerException(java.lang.String msg)

UIFormManagerException

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

UIFormManagerException

public UIFormManagerException(java.lang.Throwable cause)