public abstract class OpenLRProcessingException extends Exception
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org 28
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpenLRProcessingException.ErrorCode
Defines the base interface of error codes.
|
| Constructor and Description |
|---|
OpenLRProcessingException(OpenLRProcessingException.ErrorCode err)
Instantiates a new OpenLR processing exception.
|
OpenLRProcessingException(OpenLRProcessingException.ErrorCode err,
String s)
Instantiates a new OpenLR processing exception with an error message.
|
OpenLRProcessingException(OpenLRProcessingException.ErrorCode err,
String s,
Throwable t)
Instantiates a new OpenLR processing exception due to a previously thrown
exception and an error message.
|
OpenLRProcessingException(OpenLRProcessingException.ErrorCode err,
Throwable t)
Instantiates a new OpenLR processing exception due to a previously thrown exception.
|
| Modifier and Type | Method and Description |
|---|---|
OpenLRProcessingException.ErrorCode |
getErrorCode()
Delivers the error code behind this exception.
|
String |
toString()
This implementation additional delivers the return coder data of the OpenLRProcessingException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OpenLRProcessingException(OpenLRProcessingException.ErrorCode err)
err - the error codepublic OpenLRProcessingException(OpenLRProcessingException.ErrorCode err, String s)
err - the error codes - the spublic OpenLRProcessingException(OpenLRProcessingException.ErrorCode err, Throwable t)
err - the error codet - the tpublic OpenLRProcessingException(OpenLRProcessingException.ErrorCode err, String s, Throwable t)
err - the error codet - the ts - the spublic final OpenLRProcessingException.ErrorCode getErrorCode()
Copyright © 2019 TomTom International B.V.. All rights reserved.