Class RequiredTypeException

  • All Implemented Interfaces:

    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 Summary

      Constructors 
      Constructor Description
       message)  
       message,  cause)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • RequiredTypeException

        public RequiredTypeException​( message)
      • RequiredTypeException

        public RequiredTypeException​( message,
                                      cause)