|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.imaging.exceptions.FrameworkException
com.aspose.imaging.exceptions.CompressorException
com.aspose.imaging.exceptions.compressors.RleCompressorException
public class RleCompressorException
The rle compressor exception.
| Constructor Summary | |
|---|---|
RleCompressorException(java.lang.String message)
Initializes a new instance of the RleCompressorException class. |
|
RleCompressorException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of the RleCompressorException class. |
|
| 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 |
|---|
public RleCompressorException(java.lang.String message)
Initializes a new instance of the RleCompressorException class.
message - The exception message.
public RleCompressorException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of the RleCompressorException class.
message - The exception message.innerException - The inner exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||