Spec-Zone .ru
спецификации, руководства, описания, API

Mirror API
DRAFT ea-b118

com.sun.mirror.apt
Interface Messager


Deprecated. All components of this API have been superseded by the standardized annotation processing API. The replacement for the functionality of this interface is Messager.

@Deprecated
public interface Messager

A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.

Since:
1.5

Method Summary
Modifier and Type Method and Description
 void printError(SourcePosition pos, String msg)
          Deprecated. Prints an error message.
 void printError(String msg)
          Deprecated. Prints an error message.
 void printNotice(SourcePosition pos, String msg)
          Deprecated. Prints a notice.
 void printNotice(String msg)
          Deprecated. Prints a notice.
 void printWarning(SourcePosition pos, String msg)
          Deprecated. Prints a warning message.
 void printWarning(String msg)
          Deprecated. Prints a warning message.
 

Method Detail

printError

void printError(String msg)
Deprecated. 
Prints an error message. Equivalent to printError(null, msg).

Parameters:
msg - the message, or an empty string if none

printError

void printError(SourcePosition pos,
                String msg)
Deprecated. 
Prints an error message.

Parameters:
pos - the position where the error occured, or null if it is unknown or not applicable
msg - the message, or an empty string if none

printWarning

void printWarning(String msg)
Deprecated. 
Prints a warning message. Equivalent to printWarning(null, msg).

Parameters:
msg - the message, or an empty string if none

printWarning

void printWarning(SourcePosition pos,
                  String msg)
Deprecated. 
Prints a warning message.

Parameters:
pos - the position where the warning occured, or null if it is unknown or not applicable
msg - the message, or an empty string if none

printNotice

void printNotice(String msg)
Deprecated. 
Prints a notice. Equivalent to printNotice(null, msg).

Parameters:
msg - the message, or an empty string if none

printNotice

void printNotice(SourcePosition pos,
                 String msg)
Deprecated. 
Prints a notice.

Parameters:
pos - the position where the noticed occured, or null if it is unknown or not applicable
msg - the message, or an empty string if none

Mirror API
DRAFT ea-b118

Copyright © 2004, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.