|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.reverseXSL.types.Handling
public final class Handling
To indicate the expected Handling of parser exceptions: Record or Throw the exception. It is a strong typed enumeration class compatible with JDK1.4.
Valid enumeration values are all like Handling.CODE
.
For the list of valid codes, see table
.
Field Summary | |
---|---|
static Handling |
RECORD
Instructs to Record parser exceptions. |
static Handling[] |
table
May be used to iterate over all possible enumeration values. |
static Handling |
THROW
Instructs to Throw parser exceptions. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toCode()
|
java.lang.String |
toString()
Provides a default string rendering with long name only. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Handling RECORD
public static final Handling[] table
public static final Handling THROW
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toCode()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |