|
|||||||||
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.ImageException
com.aspose.imaging.exceptions.ImageLoadException
public class ImageLoadException
The image load exception. Occurs during image loading.
Constructor Summary | |
---|---|
ImageLoadException(java.lang.String message)
Initializes a new instance of the ImageException class. |
|
ImageLoadException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of the ImageException 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 ImageLoadException(java.lang.String message)
Initializes a new instance of the ImageException
class.
message
- The exception message.public ImageLoadException(java.lang.String message, java.lang.RuntimeException innerException)
Initializes a new instance of the ImageException
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 |