|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.batik.transcoder.TranscoderException
public class TranscoderException
Thrown when a transcoder is not able to transcode its input.
| Field Summary | |
|---|---|
protected Exception |
ex
The enclosed exception. |
| Constructor Summary | |
|---|---|
TranscoderException(Exception ex)
Constructs a new transcoder exception with the specified detail message. |
|
TranscoderException(String s)
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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Exception ex
| Constructor Detail |
|---|
public TranscoderException(String s)
s - the detail message of this exceptionpublic TranscoderException(Exception ex)
ex - the enclosed exception
public TranscoderException(String s,
Exception ex)
s - the detail message of this exceptionex - the original exception| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||