Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SystemException(ErrorCode code)
public SystemException(ErrorCode code, SourceLocation loc)
public ErrorCode getCode()
Copyright © 2019 Apache Software Foundation. All rights reserved.