Class ComponentProfileException

  • All Implemented Interfaces:
    Serializable

    public class ComponentProfileException
    extends Exception
    Exception that is thrown when the class(es) required for a component implementation are not available.
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentProfileException

        public ComponentProfileException​(String message)
        Construct a new ComponentProfileException instance.
        Parameters:
        message - exception message
      • ComponentProfileException

        public ComponentProfileException​(String message,
                                         Throwable cause)
        Construct a new ComponentProfileException instance.
        Parameters:
        message - exception message
        cause - causing exception to chain