org.apache.oodt.pcs.input
Class PGEConfigFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.pcs.input.PGEConfigFileException
All Implemented Interfaces:
Serializable

public class PGEConfigFileException
extends Exception

A PGEConfigFileException is thrown by the PGEConfigFileReader when there is some general error parsing the PGEConfigurationFile.

Version:
$Revision$
Author:
mattmann
See Also:
Serialized Form

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

PGEConfigFileException

public PGEConfigFileException()

Constructs a new PGEConfigFileException.


PGEConfigFileException

public PGEConfigFileException(String message)

Constructs a new PGEConfigFileException with the given message .

Parameters:
message - The error message.


Copyright © 1999-2013 Apache OODT. All Rights Reserved.