Class DesktopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.core.DesktopException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DdeException, ExpiredException, ExpressionException, NetServerException, StationException
Signals that a
Desktop exception of some sort has occurred.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newDesktopExceptioninstance.DesktopException(String message) Constructs a newDesktopExceptionwith amessage.DesktopException(String message, Throwable cause) Constructs a newDesktopExceptionwith amessageandcause.DesktopException(Throwable cause) Constructs a newDesktopExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DesktopException
public DesktopException()Constructs a newDesktopExceptioninstance. -
DesktopException
Constructs a newDesktopExceptionwith amessage.- Parameters:
message- the detail message.
-
DesktopException
Constructs a newDesktopExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
DesktopException
-