Package libai.ants

Class AntFrameworkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AntFrameworkException
    extends java.lang.Exception
    This class belong to the core classes of the Ant Framework.

    This class extends the system native Exception class. This exception will be throw if some particular error condition occurs within the framework.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AntFrameworkException​(java.lang.String msg)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

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

      • AntFrameworkException

        public AntFrameworkException​(java.lang.String msg)
        Constructor. Calls super() method, i.e.: the constructor of the Exception class.
        Parameters:
        msg - String with the information of the error