|
||||||||||
| 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 java.lang.Exception |
ex
The enclosed exception. |
| Constructor Summary | |
|---|---|
TranscoderException(java.lang.Exception ex)
Constructs a new transcoder exception with the specified detail message. |
|
TranscoderException(java.lang.String s)
Constructs a new transcoder exception with the specified detail message. |
|
TranscoderException(java.lang.String s,
java.lang.Exception ex)
Constructs a new transcoder exception with the specified detail message. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Returns the original enclosed exception or null if any. |
java.lang.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 java.lang.Exception ex
| Constructor Detail |
|---|
public TranscoderException(java.lang.String s)
s - the detail message of this exceptionpublic TranscoderException(java.lang.Exception ex)
ex - the enclosed exception
public TranscoderException(java.lang.String s,
java.lang.Exception ex)
s - the detail message of this exceptionex - the original exception| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||