public class SystemException extends Exception
Modifier and Type | Field and Description |
---|---|
int |
errorCode
The error code with which to create the SystemException.
|
Constructor and Description |
---|
SystemException() |
SystemException(int errcode)
Create a SystemException with a given error code.
|
SystemException(String s)
Create a SystemException with a given string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int errorCode
public SystemException()
public SystemException(String s)
s
- The string message for the exceptionpublic SystemException(int errcode)
errcode
- The error code for the exceptionCopyright © 2019 Eclipse Foundation. All Rights Reserved.
Use is subject to license terms.