|
|||||||||
| 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.InvalidPositionException
public class InvalidPositionException
Indicates that an action was using the second specil character of an inline code marker as a normal character. For example the start position of an insert command was pointing to the second character of the inline code marker.
| Constructor Summary | |
|---|---|
InvalidPositionException(java.lang.String text)
Creates a new exception with a given text. |
|
InvalidPositionException(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 InvalidPositionException(java.lang.String text)
text - Text to go with the new exception.public InvalidPositionException(java.lang.Throwable e)
e - The parent exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||