Serializablepublic class SystemException extends Exception
| Constructor | Description | 
|---|---|
| SystemException(ErrorCode code) | |
| SystemException(ErrorCode code,
               Object... params) | |
| SystemException(ErrorCode code,
               Throwable cause) | |
| SystemException(ErrorCode code,
               Throwable cause,
               Object... params) | |
| SystemException(ErrorCode code,
               SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ErrorCode | getCode() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SystemException(ErrorCode code)
public SystemException(ErrorCode code, SourceLocation loc)
public ErrorCode getCode()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.