Package Exceptions

Class INIException

  • All Implemented Interfaces:
    java.io.Serializable

    public class INIException
    extends java.lang.Exception
    Exception for when there is a problem with a ini file
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      INIException()
      Default constructor
      INIException​(java.lang.String msg)
      Constructor that takes a message
      INIException​(java.lang.String msg, java.lang.Throwable cause)  
    • 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

      • INIException

        public INIException()
        Default constructor
      • INIException

        public INIException​(java.lang.String msg)
        Constructor that takes a message
        Parameters:
        msg - The message
      • INIException

        public INIException​(java.lang.String msg,
                            java.lang.Throwable cause)
        Parameters:
        msg - The message
        cause - The cause