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