SfbxErrorThrowable

public final class SfbxErrorThrowable extends RuntimeException

RuntimeException is the superclass of this exception that can be thrown during the normal operation of the Java Virtual Machine. SfbxErrorThrowable is an unchecked exceptions. Unchecked exceptions do not need to be declared in a method or constructor's throws clause if they can be thrown by the execution of the method or constructor and propagate outside the method or constructor boundary.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Throwable cause
Link copied to clipboard
private final String message

Functions

Link copied to clipboard
public final Unit addSuppressed(Throwable p0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final Array<Throwable> getSuppressed()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard