errors
Exceptions
An exception used when an external application generates an error. |
|
This exception is raised when something attempts to access a module that was imported by |
|
Exception class used to throw errors that result from Pyomo programming errors, rather than user modeling errors (e.g., a component not declaring a 'ctype'). |
|
Exception class used by Pyomo transformations to indicate that an infeasible constraint has been identified (e.g. in the course of range reduction). |
|
Exception class used for errors in interval arithmetic. |
|
Exception class used for value errors in compiled model representations |
|
A subclass of |
|
Exception class used to throw errors for not-implemented functionality that might be rational to support (i.e., we already gave you a cookie) but risks taking Pyomo's flexibility a step beyond what is sane, or solvable, or communicable to a solver, etc. |
|
A Pyomo-specific ValueError raised for non-differentiable expressions |
|
Exception class for other Pyomo exceptions to inherit from, allowing Pyomo exceptions to be caught in a general way (e.g., in other applications that use Pyomo). |
|
A Pyomo-specific IndexError raised when attempting to use the TempfileManager when it does not have a currently active context. |
|
|
Special ValueError raised by getitem for template arguments |
Functions
|
Generate a formatted exception message |