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