wt.util.resource
Interface MessageCategory


public interface MessageCategory



Supported API: false

Extendable: false


Field Summary
static byte ERROR
          

Supported API: false
static byte INFO
          

Supported API: false
static byte SEVERE
          

Supported API: false
static byte UNSPECIFIED
          

Supported API: false
static byte WARNING
          

Supported API: false
 

Field Detail

UNSPECIFIED

public static final byte UNSPECIFIED


Supported API: false

See Also:
Constant Field Values

ERROR

public static final byte ERROR


Supported API: false

See Also:
Constant Field Values

WARNING

public static final byte WARNING


Supported API: false

See Also:
Constant Field Values

INFO

public static final byte INFO


Supported API: false

See Also:
Constant Field Values

SEVERE

public static final byte SEVERE


Supported API: false

See Also:
Constant Field Values