| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception de.progra.charting.EncodingException
EncodingException | public class EncodingException extends java.lang.Exception (Code) | | This class encapsulates all image encoding exceptions.
author: mueller |
Constructor Summary | |
public | EncodingException() Creates a new instance of EncodingException without detail message. | public | EncodingException(String msg) Constructs an instance of EncodingException with the specified detail message. | public | EncodingException(String msg, Throwable cause) Constructs an instance of EncodingException with the specified detail message
and the specified cause. |
Method Summary | |
public Throwable | getCause() Returns the Throwable that caused the Exception to be thrown. |
EncodingException | public EncodingException()(Code) | | Creates a new instance of EncodingException without detail message.
|
EncodingException | public EncodingException(String msg)(Code) | | Constructs an instance of EncodingException with the specified detail message.
Parameters: msg - the detail message. |
EncodingException | public EncodingException(String msg, Throwable cause)(Code) | | Constructs an instance of EncodingException with the specified detail message
and the specified cause.
Parameters: msg - the detail message. Parameters: cause - the Throwable that caused this Exception |
getCause | public Throwable getCause()(Code) | | Returns the Throwable that caused the Exception to be thrown.
|
|
|
|