Constructors

Link copied to clipboard
public void NutrientException(String message)
Constructs a new NutrientException with the specified message.
public void NutrientException(String message, int errorCode)
Constructs a new NutrientException with the specified message and error code.
public void NutrientException(String message, Throwable cause)
Constructs a new NutrientException with the specified message and cause.
public void NutrientException(String message, Throwable cause, int errorCode)
Constructs a new NutrientException with the specified message, cause, and error code.

Properties

Link copied to clipboard
Link copied to clipboard
public final int errorCode
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
public int getErrorCode()
Gets the native error code associated with this exception.
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()