Package Utils

Class Optimize.OptimizeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Optimize

    public class Optimize.OptimizeException
    extends java.lang.Exception
    Optimization exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OptimizeException​(java.lang.Exception ex)
      Constructor with a causing exception
      OptimizeException​(java.lang.String msg)
      Constructor with a message
    • Method Summary

      • 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

      • OptimizeException

        public OptimizeException​(java.lang.String msg)
        Constructor with a message
        Parameters:
        msg - The message
      • OptimizeException

        public OptimizeException​(java.lang.Exception ex)
        Constructor with a causing exception
        Parameters:
        ex - The causing exception