public class CoreExceptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
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
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.