nu.validator.messages.types
Class Io

java.lang.Object
  extended by nu.validator.messages.types.MessageType
      extended by nu.validator.messages.types.NonDocumentError
          extended by nu.validator.messages.types.Io

 class Io
extends NonDocumentError


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
Io()
           
 
Method Summary
 char[] getPresentationName()
           
 String getSubType()
           
 
Methods inherited from class nu.validator.messages.types.NonDocumentError
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

Io

Io()
Method Detail

getPresentationName

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

getSubType

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