public abstract class SimQueuePredictionException extends Exception
Exception used in SimQueuePredictor and related classes and interfaces.
Thrown to indicate that a SimQueuePredictor cannot fulfill its task.
This implementation merely mimics the constructors from its superclass.
The constructors are therefore undocumented; see Exception for their semantics.
Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Constructor and Description |
|---|
SimQueuePredictionException() |
SimQueuePredictionException(String message) |
SimQueuePredictionException(String message,
Throwable cause) |
SimQueuePredictionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.