public class

JebException

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

Class Overview

Base class for JEB checked exceptions. All JEB checked exceptions MUST extend this class.

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

Summary

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

Public Constructors

public JebException ()

public JebException (String message)

public JebException (Throwable cause)

public JebException (String message, Throwable cause)

Public Methods

public IUnit getUnit ()

public void setUnit (IUnit unit)

public JebException withUnit (IUnit unit)