|
||||||||||
| 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.sage.accpac.sm.UncheckedCharacterCodingException
@NotThreadSafe public class UncheckedCharacterCodingException
The UncheckedCharacterCodingException is an unchecked equivalent
of the CharacterCodingException
| Constructor Summary | |
|---|---|
UncheckedCharacterCodingException(java.lang.String s,
int position)
creates an instance of the UncheckedCharacterCodingException class
for damage at the given position of the given string. |
|
| Method Summary | |
|---|---|
int |
getPosition()
returns the position within the string where the damage is first apparent |
java.lang.String |
getString()
returns the damaged string |
| 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 UncheckedCharacterCodingException(java.lang.String s,
int position)
UncheckedCharacterCodingException class
for damage at the given position of the given string.
s - the input string that was at faultposition - the position within the string where the first fault is seen| Method Detail |
|---|
public java.lang.String getString()
public int getPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||