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

protected static class AbstractFormatJob.BreakException extends RuntimeException
RuntimeException which is used as a break condition inside a Iterable.forEach(java.util.function.Consumer).
See Also:
  • Constructor Details

    • BreakException

      protected BreakException()