AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

public class ModelException
extends RuntimeException
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
ModelException() 
ModelException(String message) 
ModelException(String message, Throwable cause) 
ModelException(Throwable cause) 

Method Summary

Modifier and TypeMethodDescription
voidsetSystemMessage(boolean isSystemMessage) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Details

ModelException

public ModelException()

ModelException

public ModelException(String message,
 Throwable cause)

ModelException

public ModelException(String message)

ModelException

public ModelException(Throwable cause)

Method Details

setSystemMessage

@AnyLogicInternalAPI
public void setSystemMessage(boolean isSystemMessage)