java/doc/org/libjpegturbo/turbojpeg/TJException.html
Package org.libjpegturbo.turbojpeg
java.lang.Object
All Implemented Interfaces:java.io.Serializable
public classTJExceptionextends java.io.IOException
See Also:Serialized Form
Constructors | Constructor | Description |
| --- | --- |
| TJException() | |
| TJException(java.lang.String message) | |
| TJException(java.lang.String message, int code) | |
| TJException(java.lang.String message, java.lang.Throwable cause) | |
| TJException(java.lang.Throwable cause) | |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | getErrorCode() |
Returns a code (one of TJ.ERR_*) indicating the severity of the last error.
|
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public TJException()
-
public TJException(java.lang.String message,
java.lang.Throwable cause)
-
public TJException(java.lang.String message)
-
public TJException(java.lang.String message,
int code)
-
public TJException(java.lang.Throwable cause)
-
public int getErrorCode()
Returns a code (one of TJ.ERR_*) indicating the severity of the last error.
Returns:a code (one of TJ.ERR_*) indicating the severity of the last error.