Class UncheckedParseException

All Implemented Interfaces:
Serializable

public class UncheckedParseException extends UncheckedException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • UncheckedParseException

      public UncheckedParseException(ParseException cause)
      Constructor for UncheckedParseException.
      Parameters:
      cause -
    • UncheckedParseException

      public UncheckedParseException(String errorMsg, ParseException cause)
      Constructor for UncheckedParseException.
      Parameters:
      errorMsg -
      cause -
  • Method Details

    • getCause

      public ParseException getCause()
      Returns the cause of this exception.
      Overrides:
      getCause in class UncheckedException
      Returns:
      the java.text.ParseException which is the cause of this exception.