public abstract class PhysicalFormatException extends Exception
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Constructor and Description |
|---|
PhysicalFormatException(StatusCode err)
Instantiates a new PhysicalFormatException.
|
PhysicalFormatException(StatusCode err,
String s)
Instantiates a new PhysicalFormatException with an error message.
|
PhysicalFormatException(StatusCode err,
String s,
Throwable t)
Instantiates a new PhysicalFormatException due to a previously thrown
exception and an error message.
|
PhysicalFormatException(StatusCode err,
Throwable t)
Instantiates a new PhysicalFormatException due to a previously thrown
exception.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
getErrorCode()
Delivers the error code behind this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PhysicalFormatException(StatusCode err)
err - the error codepublic PhysicalFormatException(StatusCode err, String s)
err - the error codes - the spublic PhysicalFormatException(StatusCode err, Throwable t)
err - the error codet - the tpublic PhysicalFormatException(StatusCode err, String s, Throwable t)
err - the error codet - the ts - the spublic final StatusCode getErrorCode()
Copyright © 2019 TomTom International B.V.. All rights reserved.