|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IllegalXHTMLException.Type>
org.torweg.pulse.util.xml.IllegalXHTMLException.Type
public static enum IllegalXHTMLException.Type
the different causes for an IllegalXHTMLException.
| Enum Constant Summary | |
|---|---|
MS_OFFICE_MARKUP
MS Office specific mark up. |
|
NON_UNIQUE_BODY
not exactly one body container. |
|
UNKNOWN
unknown type. |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getMessage()
returns the default details message. |
static IllegalXHTMLException.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IllegalXHTMLException.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IllegalXHTMLException.Type UNKNOWN
public static final IllegalXHTMLException.Type MS_OFFICE_MARKUP
public static final IllegalXHTMLException.Type NON_UNIQUE_BODY
| Method Detail |
|---|
public static final IllegalXHTMLException.Type[] values()
for(IllegalXHTMLException.Type c : IllegalXHTMLException.Type.values())
System.out.println(c);
public static IllegalXHTMLException.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic abstract java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||