Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.exception
Class AsposeCreateAttrException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.aspose.pdf.exception.AsposeBaseException
              extended bycom.aspose.pdf.exception.AsposeCreateAttrException
All Implemented Interfaces:
java.io.Serializable

public class AsposeCreateAttrException
extends AsposeBaseException

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

See Also:
Serialized Form

Constructor Summary
AsposeCreateAttrException(java.lang.String message)
          Initializes an exception object.
AsposeCreateAttrException(java.lang.String message, java.lang.Throwable cause)
          Initializes an exception.
 
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

AsposeCreateAttrException

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

Parameters:
message - The exception message.

AsposeCreateAttrException

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

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