Package com.oss.util

Class BadTimeFormatException

All Implemented Interfaces:
Serializable

public class BadTimeFormatException extends RuntimeException
Helper class to distinguish exceptions that occur while converting the the formatted string to the value of the time type.
Since:
ASN.1/Java 1.0-beta A
See Also:
  • Constructor Details

    • BadTimeFormatException

      public BadTimeFormatException()
      Construct the exception without error message.
    • BadTimeFormatException

      public BadTimeFormatException(String message)
      Construct the exception providing an error message.
      Parameters:
      message - the error message for the exception