genopt.simulation
Class SimulationInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
genopt.lang.OptimizerException
genopt.simulation.SimulationInputException
- All Implemented Interfaces:
- java.io.Serializable
public class SimulationInputException
- 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
| 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
SimulationInputException
public SimulationInputException()
- Constructs a SimulationInputException with no detail message
SimulationInputException
public SimulationInputException(java.lang.String s)
- Constructs a SimulationInputException with the specified detail message
- Parameters:
s - the detail message