org.apache.batik.transcoder
public class TranscoderException extends Exception
| Field Summary | |
|---|---|
| protected Exception | ex The enclosed exception. |
| Constructor Summary | |
|---|---|
| TranscoderException(String s)
Constructs a new transcoder exception with the specified detail message. | |
| TranscoderException(Exception ex)
Constructs a new transcoder exception with the specified detail message. | |
| TranscoderException(String s, Exception ex)
Constructs a new transcoder exception with the specified detail message. | |
| Method Summary | |
|---|---|
| Exception | getException()
Returns the original enclosed exception or null if any. |
| String | getMessage()
Returns the message of this exception. |
Parameters: s the detail message of this exception
Parameters: ex the enclosed exception
Parameters: s the detail message of this exception ex the original exception