|
||||||||||
| 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.alembik.TranscodingException
public class TranscodingException
The generic exception class indicating a severe transcoding error.
| Constructor Summary | |
|---|---|
TranscodingException()
Constructs a new exception with null as its detail message. |
|
TranscodingException(java.lang.String msg)
Constructs a new exception with the specified detail message. |
|
TranscodingException(java.lang.String msg,
java.lang.Throwable thr)
Constructs a new exception with the specified detail message and cause. |
|
TranscodingException(java.lang.Throwable thr)
Constructs a new exception with the specified cause and a detail message of (thr==null ? |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TranscodingException()
null as its detail message.
public TranscodingException(java.lang.String msg)
msg - detail messagepublic TranscodingException(java.lang.Throwable thr)
thr - exception cause
public TranscodingException(java.lang.String msg,
java.lang.Throwable thr)
thr
is not automatically incorporated in this exception's detail message.
msg - detail messagethr - exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||