Class RequiredTypeException

  • All Implemented Interfaces:
    Serializable

    public class RequiredTypeException
    extends EnvironmentException
    Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specified Class.
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • RequiredTypeException

        public RequiredTypeException​(String message)
      • RequiredTypeException

        public RequiredTypeException​(String message,
                                     Throwable cause)