|
||||||||||
| 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.io.IOException
java.io.CharConversionException
com.novell.io.EncodingBufferFullException
An exception designed to be thrown when a CharEncoder object overruns the buffer passed to it.
| Constructor Summary | |
EncodingBufferFullException(int outputIndex,
int inputIndex)
Create an exception with the char value and offset |
|
| Method Summary | |
int |
getInputIndex()
Get the offset into the input character buffer |
String |
getMessage()
Return message |
int |
getOutputIndex()
Get the index into the output buffer before which the last valid bytes reside |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 EncodingBufferFullException(int outputIndex,
int inputIndex)
outputIndex - The index after the last value bytes in the output bufferinputIndex - The index of the next character to convert in the input buffer| Method Detail |
public String getMessage()
public int getOutputIndex()
public int getInputIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||