public class CrtRuntimeException extends RuntimeException
| Constructor and Description |
|---|
CrtRuntimeException(int errorCode) |
CrtRuntimeException(int errorCode,
String errorName)
Deprecated.
use CrtRuntimeException(int errorCode)
|
CrtRuntimeException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic final int errorCode
public final String errorName
public CrtRuntimeException(String msg)
@Deprecated public CrtRuntimeException(int errorCode, String errorName)
public CrtRuntimeException(int errorCode)
Copyright © 2021. All rights reserved.