com.thaiopensource.pullax
Class XmlSeverity

java.lang.Object
  |
  +--com.thaiopensource.pullax.XmlSeverity

public class XmlSeverity
extends java.lang.Object


Field Summary
static XmlSeverity ERROR
           
static XmlSeverity FATAL_ERROR
           
static XmlSeverity INFORMATION
           
static XmlSeverity WARNING
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INFORMATION

public static final XmlSeverity INFORMATION

WARNING

public static final XmlSeverity WARNING

ERROR

public static final XmlSeverity ERROR

FATAL_ERROR

public static final XmlSeverity FATAL_ERROR
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object