|
||||||||||
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.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.util.CodePageMapping.UnknownCodePageException
public static class CodePageMapping.UnknownCodePageException
An exception thrown to indicate that a code page specified as an argument
to a CodePageMapping
method was unknown to that class. This
indicates that there was no configuration data available for the
specified code page, after looking at both hard-coded data and
configuration data specified at runtime. This exception is also used if
configuration data was available for the code page, but the charset that
the code page mapped to was not supported by this Java virtual machine.
Constructor Summary | |
---|---|
CodePageMapping.UnknownCodePageException(int codePage)
Creates a new CodePageMapping.UnknownCodePageException for the specified code
page. |
Method Summary | |
---|---|
int |
getCodePage()
|
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 CodePageMapping.UnknownCodePageException(int codePage)
CodePageMapping.UnknownCodePageException
for the specified code
page.
codePage
- the code page that triggered this exceptionMethod Detail |
---|
public int getCodePage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |