java.lang.Object java.lang.Throwable java.lang.Exception org.eclipse.core.commands.common.CommandException
public abstract class CommandException
Signals that an exception occured within the command architecture.
This class is not intended to be extended by clients.
CommandException ( String message)
CommandException ( String message, Throwable cause)
Throwable
getCause ()
null
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CommandException( String message)
message
public CommandException( String message, Throwable cause)
cause
public Throwable getCause()
getCause
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.