Class IllegalFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.exceptions.IllegalFormatException
All Implemented Interfaces:
Serializable

public class IllegalFormatException extends RuntimeException
Illegal format exception
Author:
Leonard Woo
See Also:
  • Constructor Details

    • IllegalFormatException

      public IllegalFormatException()
      Default Exception
    • IllegalFormatException

      public IllegalFormatException(String message)
      Exception with message
      Parameters:
      message - message
    • IllegalFormatException

      public IllegalFormatException(String message, Throwable cause)
      Exception with message and throwable
      Parameters:
      message - message
      cause - other exception
    • IllegalFormatException

      public IllegalFormatException(Throwable cause)
      Exception with throwable
      Parameters:
      cause - other exception