Package pr

Class MISException

All Implemented Interfaces:
Serializable

public class MISException extends RuntimeException
Diese Exception zeigt an, dass innerhalb der Methoden der Klasse MakeItSimple ein (unerwarteter) Fehler aufgetreten ist.
See Also:
  • Constructor Details

    • MISException

      public MISException()
    • MISException

      public MISException(String message)
    • MISException

      public MISException(Throwable cause)
    • MISException

      public MISException(String message, Throwable cause)