public class IsisApplicationException extends IsisException
The viewer is expected to render the message within the application in a user-friendly fashion, for example as a growl-like notification.
Note: application code should not throw this exception directly; instead use ApplicationException,
RecoverableException, NonRecoverableException or FatalException
| Constructor and Description |
|---|
IsisApplicationException() |
IsisApplicationException(String msg) |
IsisApplicationException(String msg,
Throwable cause) |
IsisApplicationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IsisApplicationException()
public IsisApplicationException(String msg)
public IsisApplicationException(Throwable cause)
public IsisApplicationException(String msg, Throwable cause)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.