Class UnsupportedDecoderXmlInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- org.n52.janmayen.exception.LocationHintException
-
- org.n52.svalbard.decode.exception.DecodingException
-
- org.n52.svalbard.decode.exception.UnsupportedDecoderInputException
-
- org.n52.svalbard.decode.exception.UnsupportedDecoderXmlInputException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDecoderXmlInputException extends UnsupportedDecoderInputException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDecoderXmlInputException(Decoder<?,?> decoder, org.apache.xmlbeans.XmlObject o)
-
Method Summary
-
Methods inherited from class org.n52.janmayen.exception.LocationHintException
getLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedDecoderXmlInputException
public UnsupportedDecoderXmlInputException(Decoder<?,?> decoder, org.apache.xmlbeans.XmlObject o)
-
-