|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.silverpeas.export.EncodingException
public class EncodingException
A runtime exception that is thrown when an error occurs while encoding a Silverpeas object into a formatted string or stream. It is a runtime exception because such exceptions shouldn't occur in an usual way.
| Constructor Summary | |
|---|---|
EncodingException(String message)
Constructs a new encoding exception with the specified message. |
|
EncodingException(String message,
Throwable thrwbl)
Constructs a new encoding exception with the specified message and the specified cause. |
|
EncodingException(Throwable thrwbl)
Constructs a new encoding exception with the specified cause. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EncodingException(Throwable thrwbl)
thrwbl - the cause of this exception.
public EncodingException(String message,
Throwable thrwbl)
message - the message.thrwbl - the cause.public EncodingException(String message)
message - the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||