Class UIRuntimeException

All Implemented Interfaces:
Serializable

public class UIRuntimeException extends RuntimeException
Like UIException, except does not require one to declare or catch it.
Since:
2.0.8.5
See Also:
  • Constructor Details

    • UIRuntimeException

      public UIRuntimeException(String str, Throwable cause)
    • UIRuntimeException

      public UIRuntimeException(String str)