AnyLogic
Expand
Font size
  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.anylogic.engine.ModelException
All Implemented Interfaces:
java.io.Serializable

public class ModelException
extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary

Constructors 
ModelException()  
ModelException​(java.lang.String message)  
ModelException​(java.lang.String message, java.lang.Throwable cause)  
ModelException​(java.lang.Throwable cause)  
Constructor Description

Method Summary

All Methods Instance Methods Concrete Methods 
void setSystemMessage​(boolean isSystemMessage)  
Modifier and Type Method Description

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object

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

Constructor Detail

ModelException

public ModelException()

ModelException

public ModelException​(java.lang.String message,
                      java.lang.Throwable cause)

ModelException

public ModelException​(java.lang.String message)

ModelException

public ModelException​(java.lang.Throwable cause)

Method Detail

setSystemMessage

@AnyLogicInternalAPI
public void setSystemMessage​(boolean isSystemMessage)
How can we improve this article?