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