public class FailFastException extends AFailFastException
All fail-fast exceptions created by this or a derived class can be caught, if needed.
Constructor and Description |
---|
FailFastException(String message)
Constructor called by {link: IFailer} when a check asserts and failer is
called.
|
FailFastException(String message,
Throwable throwable)
Constructor that can be used to nest an exception in a fail-fast
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailFastException(String message)
message
- compound message specified by fail method.The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.