SystemExceptionFactory
public final class DefaultSystemExceptionFactory extends Object implements SystemExceptionFactory
Modifier and Type | Field | Description |
---|---|---|
static SystemExceptionFactory |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
SystemException |
createException() |
|
SystemException |
createException(ErrorCode code) |
|
SystemException |
createException(ErrorCode code,
SourceLocation location) |
public static final SystemExceptionFactory INSTANCE
public SystemException createException()
createException
in interface SystemExceptionFactory
public SystemException createException(ErrorCode code)
createException
in interface SystemExceptionFactory
public SystemException createException(ErrorCode code, SourceLocation location)
createException
in interface SystemExceptionFactory
Copyright © 2019 Apache Software Foundation. All Rights Reserved.