com.itextpdf.xmp
Class XMPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.xmp.XMPException
All Implemented Interfaces:
Serializable

public class XMPException
extends Exception

This exception wraps all errors that occur in the XMP Toolkit.

Since:
16.02.2006
See Also:
Serialized Form

Constructor Summary
XMPException(String message, int errorCode)
          Constructs an exception with a message and an error code.
XMPException(String message, int errorCode, Throwable t)
          Constructs an exception with a message, an error code and a Throwable
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMPException

public XMPException(String message,
                    int errorCode)
Constructs an exception with a message and an error code.

Parameters:
message - the message
errorCode - the error code

XMPException

public XMPException(String message,
                    int errorCode,
                    Throwable t)
Constructs an exception with a message, an error code and a Throwable

Parameters:
message - the error message.
errorCode - the error code
t - the exception source
Method Detail

getErrorCode

public int getErrorCode()
Returns:
Returns the errorCode.


Copyright © 2014. All Rights Reserved.