|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.oodt.pcs.input.PGEConfigFileException
public class PGEConfigFileException
A PGEConfigFileException is thrown by the PGEConfigFileReader when
there is some general error parsing the PGEConfigurationFile.
| Constructor Summary | |
|---|---|
PGEConfigFileException()
Constructs a new PGEConfigFileException. |
|
PGEConfigFileException(String message)
Constructs a new PGEConfigFileException with the given message
. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PGEConfigFileException()
Constructs a new PGEConfigFileException.
public PGEConfigFileException(String message)
Constructs a new PGEConfigFileException with the given message
.
message - The error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||