Package stawa.vitalstrike
Class Errors.ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
stawa.vitalstrike.Errors.VitalStrikeException
stawa.vitalstrike.Errors.ConfigurationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Errors
Exception for configuration-related errors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) Creates a new ConfigurationException with the specified messageConfigurationException(String message, Throwable cause) Creates a new ConfigurationException with the specified message and cause -
Method Summary
Methods inherited from class stawa.vitalstrike.Errors.VitalStrikeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Creates a new ConfigurationException with the specified message- Parameters:
message- the error message
-
ConfigurationException
Creates a new ConfigurationException with the specified message and cause- Parameters:
message- the error messagecause- the cause of the error
-