public class XmpSchemaException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
serial version uid
|
Constructor and Description |
---|
XmpSchemaException(java.lang.String message)
Create an instance of XmpSchemaException
|
XmpSchemaException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of XmpSchemaException
|
private static final long serialVersionUID
public XmpSchemaException(java.lang.String message)
message
- a description of the encountered problempublic XmpSchemaException(java.lang.String message, java.lang.Throwable cause)
message
- a description of the encountered problemcause
- the cause of the exception