Class ChronoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuleNotFoundException

public class ChronoException extends RuntimeException

Indicates a chronological error situation.

Author:
Meno Hochschild
See Also:
Serialized Form
  • Constructor Details

    • ChronoException

      public ChronoException(String msg)
      Creates a new instanceo of ChronoException with given error message.
      Parameters:
      msg - detailed error message
    • ChronoException

      public ChronoException(String msg, Exception ex)
      Creates a new instanceo of ChronoException with given error message and the cause.
      Parameters:
      msg - detailed error message
      ex - cause