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.
|
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.Copyright © 2023. All rights reserved.