|
|||||||||
| 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
net.sf.okapi.common.resource.InvalidContentException
public class InvalidContentException
Indicates that an action was trying to inline code or codes incompatible between themselves. For example the list of the codes provided with a TextFragment.setCodedText() does not match the inline codes in the provided coded text string.
| Constructor Summary | |
|---|---|
InvalidContentException(java.lang.String text)
Creates a new exception with a given text. |
|
InvalidContentException(java.lang.Throwable e)
Creates a new exception with a given parent exception. |
|
| 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 InvalidContentException(java.lang.String text)
text - Text to go with the new exception.public InvalidContentException(java.lang.Throwable e)
e - The parent exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||