Module seppiko.commons.utils
Class IllegalFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.exceptions.IllegalFormatException
- All Implemented Interfaces:
Serializable
Illegal format exception
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionIllegalFormatException(String message) Exception with messageIllegalFormatException(String message, Throwable cause) Exception with message and throwableIllegalFormatException(Throwable cause) Exception with throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalFormatException
public IllegalFormatException()Default Exception -
IllegalFormatException
Exception with message- Parameters:
message- message
-
IllegalFormatException
Exception with message and throwable- Parameters:
message- messagecause- other exception
-
IllegalFormatException
Exception with throwable- Parameters:
cause- other exception
-