public class CoreExceptionUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.core.runtime.IStatus |
getErrorStatus(java.lang.String message,
java.lang.Throwable t)
Obtain an IStatus instance with the given message and throwable.
|
static org.eclipse.core.runtime.CoreException |
newException(java.lang.String message)
Obtain a CoreException instance with the given message.
|
static org.eclipse.core.runtime.CoreException |
newException(java.lang.String message,
java.lang.Throwable t)
Obtain a CoreException instance with the given message and throwable.
|
public static org.eclipse.core.runtime.IStatus getErrorStatus(java.lang.String message,
java.lang.Throwable t)
message - t - public static org.eclipse.core.runtime.CoreException newException(java.lang.String message,
java.lang.Throwable t)
message - t - public static org.eclipse.core.runtime.CoreException newException(java.lang.String message)
message - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.