nu.validator.messages.types
Class Internal

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

 class Internal
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
Internal()
           
 
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

Internal

Internal()
Method Detail

getPresentationName

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

getSubType

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