public class SimQueuePredictionComplexityException extends SimQueuePredictionException
SimQueuePredictor or related object cannot produce one or more predictions
because a certain complexity threshold (e.g., in terms of number of predictions) is exceeded.
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 |
|---|
SimQueuePredictionComplexityException() |
SimQueuePredictionComplexityException(String message) |
SimQueuePredictionComplexityException(String message,
Throwable cause) |
SimQueuePredictionComplexityException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimQueuePredictionComplexityException()
public SimQueuePredictionComplexityException(String message)
public SimQueuePredictionComplexityException(String message, Throwable cause)
public SimQueuePredictionComplexityException(Throwable cause)
Copyright © 2018. All rights reserved.