Class AmbiguousSpecificTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmbiguousSpecificTypeException
    extends AssemblerException
    Exception to throw when an AssemblerGroup has a choice of types from which to try and find an implementation.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Resource> getTypes()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AmbiguousSpecificTypeException

        public AmbiguousSpecificTypeException​(Resource root,
                                              java.util.ArrayList<Resource> types)
    • Method Detail

      • getTypes

        public java.util.List<Resource> getTypes()