public class KmlException extends BaseException
code, formatString, messageKey
Constructor and Description |
---|
KmlException(java.io.File file) |
KmlException(java.io.File file,
java.lang.Throwable exception) |
KmlException(java.io.InputStream file) |
KmlException(java.io.InputStream file,
java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
public KmlException(java.io.InputStream file)
public KmlException(java.io.InputStream file, java.lang.Throwable exception)
public KmlException(java.io.File file)
public KmlException(java.io.File file, java.lang.Throwable exception)
protected java.util.Map values()
values
in class BaseException