genopt.io
Class InputFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
genopt.lang.OptimizerException
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
|
Constructor Summary |
InputFormatException()
Constructs a InputFormatException with no detail message |
InputFormatException(java.lang.String s)
Constructs a InputFormatException with the specified detail message |
| 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 |
serialVersionUID
private static final long serialVersionUID
- The serial version number
- See Also:
- Constant Field Values
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