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