Package org.svetovid

Class SvetovidFormatException

All Implemented Interfaces:
Serializable

public class SvetovidFormatException extends SvetovidException
Signals that a parsing error of some sort has occurred.
Author:
Ivan Pribela
See Also:
  • Constructor Details

    • SvetovidFormatException

      public SvetovidFormatException(Class<?> type, String string)
      Constructs a SvetovidFormatException with the specified message.
      Parameters:
      type - The type to which the string could not be parsed
      string - The string that could not be parsed
    • SvetovidFormatException

      public SvetovidFormatException(Class<?> type, String string, Throwable cause)
      Constructs a SvetovidFormatException with the specified detail message and cause.
      Parameters:
      type - The type to which the string could not be parsed
      string - The string that could not be parsed
      cause - The cause, if any
    • SvetovidFormatException

      public SvetovidFormatException(Throwable... causes)
      Constructs a SvetovidFormatException with multiple suppressed causes.
      Parameters:
      causes - The suppressed causes of this exception
    • SvetovidFormatException

      public SvetovidFormatException(List<? extends Throwable> causes)
      Constructs a SvetovidFormatException with multiple suppressed causes.
      Parameters:
      causes - The suppressed causes of this exception
    • SvetovidFormatException

      public SvetovidFormatException(String messageKey, String string, Throwable cause)
      Constructs a SvetovidFormatException with the specified detail message and cause.
      Parameters:
      messageKey - The resource bundle key of the detail message, which is saved for later retrieval by the SvetovidException.getMessage() method
      string - The string that could not be parsed
      cause - The cause, if any
    • SvetovidFormatException

      public SvetovidFormatException(IllegalFormatException cause, String string)
      Constructs a SvetovidFormatException with the specified detail message and cause.
      Parameters:
      string - The string that could not be parsed
      cause - The cause of the format exception