public class ContinueProcessingException extends RuntimeException
Exception
that must exit the current inner/relevant scope but no consequence to the overall processing in the outer scope.
Chain
or a loop multiple actions are called and we do not desire to terminate the outer scope due to an Exception
in the inner (the one this one represents).Constructor and Description |
---|
ContinueProcessingException() |
ContinueProcessingException(String s) |
ContinueProcessingException(String s,
Throwable t) |
ContinueProcessingException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.