public abstract class LocationHintException extends StringInterpolationException
| Constructor and Description |
|---|
LocationHintException(Enum<?> location,
String message,
Object... args) |
LocationHintException(String message,
Object... args) |
LocationHintException(String location,
String message,
Object... args) |
LocationHintException(String message,
Throwable cause) |
LocationHintException(Throwable cause) |
LocationHintException(Throwable cause,
Enum<?> location) |
LocationHintException(Throwable cause,
Enum<?> location,
String message,
Object... args) |
LocationHintException(Throwable cause,
String location) |
LocationHintException(Throwable cause,
String message,
Object... args) |
LocationHintException(Throwable cause,
String location,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getLocation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocationHintException(@Nullable String message, @Nullable Object... args)
public LocationHintException(@Nullable String message, @Nullable Throwable cause)
public LocationHintException(@Nullable Throwable cause, @Nullable String location)
public LocationHintException(@Nullable Throwable cause, @Nullable Enum<?> location)
public LocationHintException(@Nullable String location, @Nullable String message, @Nullable Object... args)
public LocationHintException(@Nullable Enum<?> location, @Nullable String message, @Nullable Object... args)
public LocationHintException(@Nullable Throwable cause, @Nullable String message, @Nullable Object... args)
public LocationHintException(@Nullable Throwable cause, @Nullable Enum<?> location, @Nullable String message, @Nullable Object... args)
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.