Package jadex.common

Class DebugException

All Implemented Interfaces:
Serializable

public class DebugException extends RuntimeException
Helper class to remember stack traces. Prints out a warning, when used.
See Also:
  • Field Details

    • ADDITIONAL

      public static final ThreadLocal<Exception> ADDITIONAL
      Additional debug exception on current thread to use as cause.
  • Constructor Details

    • DebugException

      public DebugException()
      Create a debug exception.
    • DebugException

      public DebugException(String msg)
      Create a debug exception.
  • Method Details