|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.core.util.CoreExceptionUtils
public class CoreExceptionUtils
Convenience methods for handling CoreExceptions and Status.ERROR.
| Method Summary | |
|---|---|
static IStatus |
getErrorStatus(String message,
Throwable t)
Obtain an IStatus instance with the given message and throwable. |
static CoreException |
newException(String message)
Obtain a CoreException instance with the given message. |
static CoreException |
newException(String message,
Throwable t)
Obtain a CoreException instance with the given message and throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IStatus getErrorStatus(String message,
Throwable t)
message - t -
public static CoreException newException(String message,
Throwable t)
message - t -
public static CoreException newException(String message)
message -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||