Package org.apache.xmpbox.xml
Class XmpParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmpbox.xml.XmpParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmpParsingException extends java.lang.Exception
Exception thrown when Parsing failed- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmpParsingException.ErrorType
-
Field Summary
Fields Modifier and Type Field Description private XmpParsingException.ErrorType
errorType
private static long
serialVersionUID
serial version uid
-
Constructor Summary
Constructors Constructor Description XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message)
Create an instance of XmpParsingExceptionXmpParsingException(XmpParsingException.ErrorType error, java.lang.String message, java.lang.Throwable cause)
Create an instance of XmpParsingException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmpParsingException.ErrorType
getErrorType()
-
-
-
Field Detail
-
errorType
private XmpParsingException.ErrorType errorType
-
serialVersionUID
private static final long serialVersionUID
serial version uid- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmpParsingException
public XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message, java.lang.Throwable cause)
Create an instance of XmpParsingException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-
XmpParsingException
public XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message)
Create an instance of XmpParsingException- Parameters:
message
- a description of the encountered problem
-
-
Method Detail
-
getErrorType
public XmpParsingException.ErrorType getErrorType()
-
-