Class EcoreBigraphFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.EcoreBigraphFileSystemException
All Implemented Interfaces:
Serializable

public class EcoreBigraphFileSystemException extends Exception
Indicates any error that happens during a bigraph model file operation.
Author:
Dominik Grzelak
See Also:
  • Constructor Details

    • EcoreBigraphFileSystemException

      public EcoreBigraphFileSystemException()
    • EcoreBigraphFileSystemException

      public EcoreBigraphFileSystemException(String message)
    • EcoreBigraphFileSystemException

      public EcoreBigraphFileSystemException(String message, Throwable cause)
    • EcoreBigraphFileSystemException

      public EcoreBigraphFileSystemException(Throwable cause)
    • EcoreBigraphFileSystemException

      public EcoreBigraphFileSystemException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)