Module dev.civl.mc

Class LibraryLoaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.civl.mc.semantics.IF.LibraryLoaderException
All Implemented Interfaces:
Serializable

public class LibraryLoaderException extends Exception
A library loader exception is produced by errors occur during when a library executor/evaluator/enabler loader attempts to load a specific library executor/evaluator/enabler.
See Also:
  • Constructor Details

    • LibraryLoaderException

      public LibraryLoaderException(String message)
      Creates a new instance of library loader exception.
      Parameters:
      message - The error message of this exception.
  • Method Details