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
| Signature | Description |
|---|---|
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
| Name | Type | Description |
|---|---|---|
TYPE_SIMPLE | int | Represents the TYPE_SIMPLE value stored on this instance. Read or assign to update the property. |
TYPE_EXCEPTION | int | Represents the TYPE_EXCEPTION value stored on this instance. Read or assign to update the property. |
TYPE_ERROR | int | Represents the TYPE_ERROR value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getMessage() | String | Returns the current message. |
getCallStack() | String | Returns the current call stack. |
getException() | Exception | Returns the current exception. |
getError() | Error | Returns the current error. |
getType() | int | Returns the current type. |