aspose.pdf
Class MemoryStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by aspose.pdf.MemoryStreamException
All Implemented Interfaces:
java.io.Serializable

public class MemoryStreamException
extends java.lang.RuntimeException

Class represented RuntimeException for wrapping exceptions while working with MemStream class.

Since:
Jul 21, 2011
See Also:
Serialized Form

Constructor Summary
MemoryStreamException(java.lang.String message)
          Constructs a new exception with the specified message.
MemoryStreamException(java.lang.String message, java.lang.Throwable ex)
          Constructs a new exception with the specified message and wrapped exception.
 
Method Summary
 
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

MemoryStreamException

public MemoryStreamException(java.lang.String message)
Constructs a new exception with the specified message.

Parameters:
message - the reason for the exception

MemoryStreamException

public MemoryStreamException(java.lang.String message,
                             java.lang.Throwable ex)
Constructs a new exception with the specified message and wrapped exception.

Parameters:
message - the reason for the exception
ex - the wrapped exception