Operation |
Details |
public getEnumString():String |
Sequential Notes: | Delivers the name of the Enum or the name of the XML value that caused the exception. @return The name of the Enum or the name of the XML value that caused the exception | |
public WrongEnumException( String msg): |
Sequential Notes: | Constructor forwarding the given name of the Enum/name of the XML value to the upper exception chain. Stores the name of the Enum/name of the XML value in the according member variable. | |
public WrongEnumException( String msg, Throwable cause): |
Sequential Notes: | Constructor forwarding the given name of the Enum/name of the XML value and the cause to the upper exception chain. Stores the name of the Enum/name of the XML value in the according member variable. | |