public class MissingInfoException extends FactoryException
Constructor and Description |
---|
MissingInfoException()
Constructs an exception with no detail message.
|
MissingInfoException(String message)
Constructs an exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingInfoException(String message)
message
- The cause for this exception. The cause is saved for later retrieval by the
Throwable.getCause()
method.public MissingInfoException()
Copyright © 1996–2019 Geotools. All rights reserved.