Class AbstractFormatJob.BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob.BreakException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractFormatJob
RuntimeException
which is used as a break
condition inside
a Iterable.forEach(java.util.function.Consumer)
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreakException
protected BreakException()
-