Package Exceptions
Class INIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.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 constructorINIException(java.lang.String msg)
Constructor that takes a messageINIException(java.lang.String msg, java.lang.Throwable cause)
-
-
-
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 messagecause
- The cause
-
-