Enum AUErrorCode

    • Enum Constant Detail

      • InvalidProperty

        public static final AUErrorCode InvalidProperty
      • InvalidParameter

        public static final AUErrorCode InvalidParameter
      • InvalidElement

        public static final AUErrorCode InvalidElement
      • NoConnection

        public static final AUErrorCode NoConnection
      • FailedInitialization

        public static final AUErrorCode FailedInitialization
      • TooManyFramesToProcess

        public static final AUErrorCode TooManyFramesToProcess
      • InvalidFile

        public static final AUErrorCode InvalidFile
      • UnknownFileType

        public static final AUErrorCode UnknownFileType
      • FileNotSpecified

        public static final AUErrorCode FileNotSpecified
      • FormatNotSupported

        public static final AUErrorCode FormatNotSupported
      • Uninitialized

        public static final AUErrorCode Uninitialized
      • InvalidScope

        public static final AUErrorCode InvalidScope
      • PropertyNotWritable

        public static final AUErrorCode PropertyNotWritable
      • CannotDoInCurrentContext

        public static final AUErrorCode CannotDoInCurrentContext
      • InvalidPropertyValue

        public static final AUErrorCode InvalidPropertyValue
      • PropertyNotInUse

        public static final AUErrorCode PropertyNotInUse
      • Initialized

        public static final AUErrorCode Initialized
      • InvalidOfflineRender

        public static final AUErrorCode InvalidOfflineRender
      • Unauthorized

        public static final AUErrorCode Unauthorized
      • MIDIOutputBufferFull

        public static final AUErrorCode MIDIOutputBufferFull
      • InstanceTimedOut

        public static final AUErrorCode InstanceTimedOut
      • InstanceInvalidated

        public static final AUErrorCode InstanceInvalidated
      • RenderTimeout

        public static final AUErrorCode RenderTimeout
      • ExtensionNotFound

        public static final AUErrorCode ExtensionNotFound
      • InvalidParameterValue

        public static final AUErrorCode InvalidParameterValue
    • Method Detail

      • values

        public static AUErrorCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AUErrorCode c : AUErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AUErrorCode valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static AUErrorCode valueOf​(long n)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        n - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null