|
com.aspose.pdf.exception
Class AsposeInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspose.pdf.exception.AsposeBaseException
com.aspose.pdf.exception.AsposeInitException
- All Implemented Interfaces:
- java.io.Serializable
public class AsposeInitException - extends AsposeBaseException
Encapsulates exception throwed when init a pdf element.
- See Also:
- Serialized Form
|
Constructor Summary |
AsposeInitException(java.lang.String message)
Initializes an exception object. |
AsposeInitException(java.lang.String message,
java.lang.Throwable cause)
Initializes an exception. |
| 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 |
AsposeInitException
public AsposeInitException(java.lang.String message)
- Initializes an exception object.
- Parameters:
message - The exception message.
AsposeInitException
public AsposeInitException(java.lang.String message,
java.lang.Throwable cause)
- Initializes an exception.
- Parameters:
message - The exception message.cause - The exception throw from under layer.
|