BreakException

Framework Components [com.onepg.util]

← Back to Class List

Class Information

Package: com.onepg.util

Class Name: BreakException

Extends: RuntimeException

Description

Break exception class.
  • An exception class used to abort processing.
  • Throwing this class interrupts stack trace output. (This is handled by the LogUtil.getStackTrace() method.)
  • Use this when logging has already been performed and you do not want the error propagation destination to output trace logs again.