Package | Description |
---|---|
org.apache.vxquery.exceptions |
Modifier and Type | Method | Description |
---|---|---|
ErrorCode |
SystemException.getCode() |
|
static ErrorCode |
ErrorCode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
SystemException |
DefaultSystemExceptionFactory.createException(ErrorCode code) |
|
SystemException |
DefaultSystemExceptionFactory.createException(ErrorCode code,
SourceLocation location) |
|
SystemException |
SystemExceptionFactory.createException(ErrorCode eCode) |
|
SystemException |
SystemExceptionFactory.createException(ErrorCode eCode,
SourceLocation location) |
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) |
Copyright © 2019 Apache Software Foundation. All rights reserved.