public class PGEConfigFileException extends Exception
A PGEConfigFileException is thrown by the PGEConfigFileReader
when
there is some general error parsing the PGEConfigurationFile
.
Constructor and Description |
---|
PGEConfigFileException()
Constructs a new PGEConfigFileException.
|
PGEConfigFileException(String message)
Constructs a new PGEConfigFileException with the given
message
. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PGEConfigFileException()
Constructs a new PGEConfigFileException.
public PGEConfigFileException(String message)
Constructs a new PGEConfigFileException with the given message
.
message
- The error message.Copyright © 1999–2017 Apache OODT. All rights reserved.