nu.validator.messages.types
Class Warning

java.lang.Object
  extended by nu.validator.messages.types.MessageType
      extended by nu.validator.messages.types.Info
          extended by nu.validator.messages.types.Warning

 class Warning
extends Info


Field Summary
private static char[] PRESENTATION_NAME
           
 
Fields inherited from class nu.validator.messages.types.MessageType
ERROR, FATAL, INFO, INTERNAL, IO, NON_DOCUMENT, SCHEMA, WARNING
 
Constructor Summary
Warning()
           
 
Method Summary
 char[] getPresentationName()
           
 String getSubType()
           
 
Methods inherited from class nu.validator.messages.types.Info
getSuperType
 
Methods inherited from class nu.validator.messages.types.MessageType
getFlatType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENTATION_NAME

private static final char[] PRESENTATION_NAME
Constructor Detail

Warning

Warning()
Method Detail

getPresentationName

public char[] getPresentationName()
Overrides:
getPresentationName in class Info

getSubType

public String getSubType()
Overrides:
getSubType in class MessageType
See Also:
MessageType.getSubType()