Class ControlException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="4.0")
    public class ControlException
    extends DouiException
    Generic exception thrown by controls
    Since:
    4.0.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Constructor Detail

      • ControlException

        public ControlException​(java.lang.String arg0)
        Parameters:
        arg0 -
      • ControlException

        public ControlException​(java.lang.String arg0,
                                java.lang.Exception innerException)
        Parameters:
        arg0 -
        innerException -
      • ControlException

        public ControlException​(java.lang.String arg0,
                                IResource resource)
        Parameters:
        arg0 -
        resource -
      • ControlException

        public ControlException​(java.lang.String arg0,
                                IResource resource,
                                java.lang.Exception innerException)
        Parameters:
        arg0 -
        resource -
        innerException -
      • ControlException

        public ControlException​(java.lang.String arg0,
                                java.util.List<IResource> resources)
      • ControlException

        public ControlException​(java.lang.String arg0,
                                java.util.List<IResource> resources,
                                java.lang.Exception innerException)