Package com.adobe.epubcheck.util
Class InvalidVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.epubcheck.util.InvalidVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidVersionException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPACKAGE_ELEMENT_NOT_FOUNDprivate static longserialVersionUIDstatic java.lang.StringUNSUPPORTED_VERSIONstatic java.lang.StringVERSION_ATTRIBUTE_NOT_FOUNDstatic java.lang.StringVERSION_NOT_FOUND
-
Constructor Summary
Constructors Constructor Description InvalidVersionException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
UNSUPPORTED_VERSION
public static final java.lang.String UNSUPPORTED_VERSION
- See Also:
- Constant Field Values
-
VERSION_NOT_FOUND
public static final java.lang.String VERSION_NOT_FOUND
- See Also:
- Constant Field Values
-
VERSION_ATTRIBUTE_NOT_FOUND
public static final java.lang.String VERSION_ATTRIBUTE_NOT_FOUND
- See Also:
- Constant Field Values
-
PACKAGE_ELEMENT_NOT_FOUND
public static final java.lang.String PACKAGE_ELEMENT_NOT_FOUND
- See Also:
- Constant Field Values
-
-