Class AlgorithmException

  • All Implemented Interfaces:
    Serializable

    public class AlgorithmException
    extends RuntimeException
    exception thrown when unexpected things happen during the loading and execution of algorithms.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlgorithmException

        public AlgorithmException​(String message)
      • AlgorithmException

        public AlgorithmException​(String message,
                                  Throwable cause)
      • AlgorithmException

        public AlgorithmException​(Throwable cause)