public final class WidgetProcessorException extends MetawidgetException
| Modifier and Type | Method and Description |
|---|---|
static WidgetProcessorException |
newException(String message)
Static constructor.
|
static WidgetProcessorException |
newException(String message,
Throwable cause)
Static constructor.
|
static WidgetProcessorException |
newException(Throwable cause)
Static constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static WidgetProcessorException newException(Throwable cause)
Using static constructor methods prevents unnecessarily nesting WidgetProcessorExceptions within WidgetProcessorExceptions.
public static WidgetProcessorException newException(String message)
For consistency with WidgetProcessorException.newException( Throwable ).
public static WidgetProcessorException newException(String message, Throwable cause)
For consistency with WidgetProcessorException.newException( Throwable ).
Copyright © 2015. All Rights Reserved.