Class OptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.realtime.crossfire.jxclient.settings.options.OptionException
-
- All Implemented Interfaces:
java.io.Serializable
public class OptionException extends java.lang.ExceptionIndicates about an incorrect option.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptionException(@NotNull java.lang.String reason)Creates a new instance.
-