Skip to main content

ThermalFlowError

Complete API reference for ThermalFlowError, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class ThermalFlowError extends RuntimeException

Constructors

SignatureDescription
ThermalFlowError(String, String)Creates a new instance of ThermalFlowError.
ThermalFlowError(String, String, Exception)Creates a new instance of ThermalFlowError.
ThermalFlowError(String, String, Error)Creates a new instance of ThermalFlowError.

Attributes

NameTypeDescription
TYPE_SIMPLEintRepresents the TYPE_SIMPLE value stored on this instance. Read or assign to update the property.
TYPE_EXCEPTIONintRepresents the TYPE_EXCEPTION value stored on this instance. Read or assign to update the property.
TYPE_ERRORintRepresents the TYPE_ERROR value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getMessage()StringReturns the current message.
getCallStack()StringReturns the current call stack.
getException()ExceptionReturns the current exception.
getError()ErrorReturns the current error.
getType()intReturns the current type.