nu.validator.messages.types
Class Fatal

java.lang.Object
  extended by nu.validator.messages.types.MessageType
      extended by nu.validator.messages.types.Error
          extended by nu.validator.messages.types.Fatal

 class Fatal
extends Error


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

Fatal

Fatal()
Method Detail

getPresentationName

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

getSubType

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