public class

JebRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for JEB runtime (unchecked) exceptions. All JEB runtime exceptions MUST extend this class.

Plugins may extend this class and create their own JEB exceptions.

Summary

Public Constructors
JebRuntimeException(Throwable cause)
JebRuntimeException(String message)
JebRuntimeException(String message, Throwable cause)
Protected Constructors
JebRuntimeException()
Public Methods
IUnit getUnit()
void setUnit(IUnit unit)
JebRuntimeException withUnit(IUnit unit)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JebRuntimeException (Throwable cause)

public JebRuntimeException (String message)

public JebRuntimeException (String message, Throwable cause)

Protected Constructors

protected JebRuntimeException ()

Public Methods

public IUnit getUnit ()

public void setUnit (IUnit unit)

public JebRuntimeException withUnit (IUnit unit)