public static class ResolverSAXHandler.InformationResult extends ResolverSAXHandler.ExceptionResult
| Constructor and Description | 
|---|
InformationResult(String message)
Constructor. 
 | 
InformationResult(String message,
                 boolean isLocalized)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()
Return the information message. 
 | 
boolean | 
isException()
Return true if this is an exception (true for an exception, false for an information). 
 | 
boolean | 
isLocalized()
Return true if the message correspond to a specific lne in the XML document. 
 | 
getAdditionalProperties, getExceptionType, getSAXParseException, hasAdditionalProperties, isInformation, setAdditionalPropertiespublic InformationResult(String message, boolean isLocalized)
message - the messageisLocalized - true if the message is localized, which means that the message correspond to a specific lne in the XML documentpublic InformationResult(String message)
message - the messagepublic boolean isException()
isException in class ResolverSAXHandler.ExceptionResultpublic boolean isLocalized()
public String getMessage()
getMessage in class ResolverSAXHandler.ExceptionResult