- All Implemented Interfaces:
- java.io.Serializable
public class SimAbortedException
extends DESMOJException
Exception is thrown to indicate that the simulation has been forced to stop
because of an error that occurred. The error forcing a disruption of the
simulation is described in the error message attached to this exception.
Users must not make use of it nor is this exception supposed to be caught by
users. Its use inside the DESMOJ framework is transparent because it is
derived from RuntimeException
which is the root for a tree of
exceptions that are automatically re-thrown by any Java method thus not
needing to be re-thrown by the user, too.
- Version:
- DESMO-J, Ver. 2.5.1c copyright (c) 2015
- Author:
- Tim Lechler
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You
may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing
permissions and limitations under the License.
- See Also:
- Serialized Form