Class NoSuchNativeTypeMemberException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchNativeTypeMemberException
    extends Exception
    Thrown, if a member of an type is not available on this specific platform.
    Author:
    aploese
    See Also:
    Serialized Form
    • Field Detail

      • typeName

        public final String typeName
      • memberName

        public final String memberName
    • Constructor Detail

      • NoSuchNativeTypeMemberException

        public NoSuchNativeTypeMemberException()
      • NoSuchNativeTypeMemberException

        public NoSuchNativeTypeMemberException​(String typeName,
                                               String memberName)