IllegalAttributeUsageException CLASS

The use of attribute is illegal. In Julian the attribute legality check is performed during class loading and this exception could be thrown as the cause for ClassLoadingException.

Parent Class

See Also

All Members


TypeNameSignature
constructorIllegalAttributeUsageExceptionpublic IllegalAttributeUsageException(string)

Constructors


public IllegalAttributeUsageException(string msg)

Create an instance of IllegalAttributeUsageException with specified message. Mainly reserved for system use.

Parameters

  • msg The message for this exception.