public class JFException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
JFException.Error
Used to easily create exceptions with appropriate message
|
| Constructor and Description |
|---|
JFException(JFException.Error errorCode) |
JFException(JFException.Error errorCode,
java.lang.String message) |
JFException(java.lang.String message) |
JFException(java.lang.String message,
java.lang.Throwable cause) |
JFException(java.lang.Throwable cause) |
public JFException(JFException.Error errorCode)
public JFException(JFException.Error errorCode, java.lang.String message)
public JFException(java.lang.String message,
java.lang.Throwable cause)
public JFException(java.lang.String message)
public JFException(java.lang.Throwable cause)
Copyright © 2025. All rights reserved.