public class

JebException

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

Class Overview

Base class for JEB checked exceptions. Plugins may extend this class. Used to report engine errors and other core problems.

Summary

Public Constructors
JebException()
JebException(String message)
JebException(Throwable cause)
JebException(String message, Throwable cause)
[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)