public abstract class AbstractImageException extends Exception
| Constructor and Description |
|---|
AbstractImageException(ImageExceptionType type,
String message) |
AbstractImageException(ImageExceptionType type,
Throwable cause) |
AbstractImageException(String message,
Throwable cause,
ImageExceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
ImageExceptionType |
getType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AbstractImageException(ImageExceptionType type, Throwable cause)
public AbstractImageException(String message, Throwable cause, ImageExceptionType type)
public AbstractImageException(ImageExceptionType type, String message)
public ImageExceptionType getType()
Copyright © 2019. All rights reserved.