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