public class CoverageProcessingException extends RuntimeException
| Constructor and Description | 
|---|
| CoverageProcessingException()Creates a new exception without detail message. | 
| CoverageProcessingException(String message)Constructs a new exception with the specified detail message. | 
| CoverageProcessingException(String message,
                           Throwable cause)Constructs a new exception with the specified detail message and cause. | 
| CoverageProcessingException(Throwable cause)Constructs a new exception with the specified cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoverageProcessingException()
public CoverageProcessingException(String message)
message - the detail message.public CoverageProcessingException(Throwable cause)
cause - The cause of this exception.Copyright © 1996–2019 Geotools. All rights reserved.