|
||||||||||
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
com.sage.accpac.sm.DamagedStringException
public class DamagedStringException
The DamagedStringException
class is an unchecked equivalent to
the MalformedInputException
. It indicates that at
the given location in the given string the characters of the string are not
well-formed.
Constructor Summary | |
---|---|
DamagedStringException(java.lang.String s,
int position)
|
Method Summary |
---|
Methods inherited from class com.sage.accpac.sm.UncheckedCharacterCodingException |
---|
getPosition, getString |
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 DamagedStringException(java.lang.String s, int position)
s
- the damaged stringposition
- the position within the string where the first damage is seen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |