org.sandev.basics.util
Class UIFormManagerConsoleException

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
                  extended by org.sandev.basics.util.UIFormManagerConsoleException
All Implemented Interfaces:
java.io.Serializable

public class UIFormManagerConsoleException
extends UIFormManagerException

An extension of the standard UIFormManagerException indicating that the given error is best handled as a single message within a console display. For example this may be appropriate for batch processing commands not called directly by a user.

See Also:
Serialized Form

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

UIFormManagerConsoleException

public UIFormManagerConsoleException()

UIFormManagerConsoleException

public UIFormManagerConsoleException(java.lang.String msg)

UIFormManagerConsoleException

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

UIFormManagerConsoleException

public UIFormManagerConsoleException(java.lang.Throwable cause)