genopt.io
Class InputFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by genopt.lang.OptimizerException
              extended by genopt.io.InputFormatException
All Implemented Interfaces:
java.io.Serializable

public class InputFormatException
extends OptimizerException

Thrown when an error in the simulation input file was found.

This project was carried out at:

and supported by

GenOpt Copyright (c) 1998-2011, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Version:
GenOpt(R) 3.1.0 (December 8, 2011)

Author:
Michael Wetter
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          The serial version number
 
Constructor Summary
InputFormatException()
          Constructs a InputFormatException with no detail message
InputFormatException(java.lang.String s)
          Constructs a InputFormatException with the specified detail message
 
Method Summary
 
Methods inherited from class genopt.lang.OptimizerException
getMessage, getNumberOfErrors, setMessage, setThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version number

See Also:
Constant Field Values
Constructor Detail

InputFormatException

public InputFormatException()
Constructs a InputFormatException with no detail message


InputFormatException

public InputFormatException(java.lang.String s)
Constructs a InputFormatException with the specified detail message

Parameters:
s - the detail message