Package ru.ewc.decita

Class DecitaException

All Implemented Interfaces:
Serializable

public class DecitaException extends RuntimeException
I am the exception to use in all the failures inside the Decita library.
Since:
0.1
See Also:
  • Constructor Details

    • DecitaException

      public DecitaException(String message)
      Ctor.
      Parameters:
      message - A String containing some information about an exceptional situation.