public class ContentFormatException extends IOException
ParseException
has its cause. It is similar in spirit to InvalidPropertiesFormatException
.InvalidPropertiesFormatException
,
Serialized FormConstructor and Description |
---|
ContentFormatException(String message)
Constructs a new exception with the specified detail message.
|
ContentFormatException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentFormatException(String message)
Throwable.getMessage()
method.public ContentFormatException(String message, Throwable cause)
Throwable.getCause()
method.Copyright © 1996–2019 Geotools. All rights reserved.