Package org.eolang

Class Attr.StillAbstractException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Attr

    public static final class Attr.StillAbstractException
    extends RuntimeException
    The exception raised when trying to get() an attribute, which is still abstract.
    Since:
    0.13
    See Also:
    Serialized Form
    • Constructor Detail

      • StillAbstractException

        public StillAbstractException​(String cause)
      • StillAbstractException

        public StillAbstractException​(Throwable cause)
      • StillAbstractException

        public StillAbstractException​(String cause,
                                      Throwable root)