public class PrjParserException extends RuntimeException
| Constructor and Description |
|---|
PrjParserException()
Build a new PrjParserException.
|
PrjParserException(String message)
Build a PrjParserException from a message.
|
PrjParserException(String message,
Throwable cause)
Build a PrjParserException from a message and a cause.
|
PrjParserException(Throwable cause)
Build a PrjParserException from a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrjParserException(Throwable cause)
cause - the cause of the errorpublic PrjParserException(String message, Throwable cause)
message - the message to throwcause - the cause of the errorpublic PrjParserException(String message)
message - the message to throwpublic PrjParserException()
Copyright © 2019 CNRS. All rights reserved.