Class UnknownModuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.UnknownModuleException
All Implemented Interfaces:
Serializable

public class UnknownModuleException extends Exception
should be thrown when the given module is not known for the given domain
Author:
geidell
See Also:
  • Constructor Details

    • UnknownModuleException

      public UnknownModuleException()
    • UnknownModuleException

      public UnknownModuleException(String message, Throwable cause)
    • UnknownModuleException

      public UnknownModuleException(String message)
    • UnknownModuleException

      public UnknownModuleException(Throwable cause)