public class PropertyListFormatException extends Exception
| Constructor and Description |
|---|
PropertyListFormatException(String message)
Creates a new exception with the given message.
|
PropertyListFormatException(String message,
Throwable cause)
Creates a new exception with the given message.
|
| Modifier and Type | Method and Description |
|---|---|
LocationInformation |
getLocationInformation()
The location of the element that caused the exception, if available.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyListFormatException(String message)
message - A message containing information about the nature of the exception.public LocationInformation getLocationInformation()
Copyright © 2024. All rights reserved.