com.aspose.pdf.exception
Class AsposeCreateElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.pdf.exception.AsposeBaseException
              extended by com.aspose.pdf.exception.AsposeCreateElementException
All Implemented Interfaces:
java.io.Serializable

public class AsposeCreateElementException
extends AsposeBaseException

Encapsulates an exeption throwed when exception happened at DOM create a node.

See Also:
Serialized Form

Constructor Summary
AsposeCreateElementException(java.lang.String message)
          Initializes an exception object.
AsposeCreateElementException(java.lang.String message, java.lang.Throwable cause)
          Initializes an exception object.
 
Method Summary
 
Methods inherited from class com.aspose.pdf.exception.AsposeBaseException
getErrorCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsposeCreateElementException

public AsposeCreateElementException(java.lang.String message)
Initializes an exception object.

Parameters:
message - The exception message.

AsposeCreateElementException

public AsposeCreateElementException(java.lang.String message,
                                    java.lang.Throwable cause)
Initializes an exception object.

Parameters:
message - The exception message.
cause - The exception throw from under layer.