Class XmlValideringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.difi.sdp.client2.domain.exceptions.SikkerDigitalPostException
-
- no.difi.sdp.client2.domain.exceptions.SendException
-
- no.difi.sdp.client2.domain.exceptions.XmlValideringException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class XmlValideringException extends SendException
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class no.difi.sdp.client2.domain.exceptions.SendException
SendException.AntattSkyldig
-
-
Constructor Summary
Constructors Constructor Description XmlValideringException(String message, SendException.AntattSkyldig antattSkyldig, Exception e)Deprecated.XmlValideringException(String message, SAXParseException[] errors, SendException.AntattSkyldig antattSkyldig)Deprecated.
-
Method Summary
-
Methods inherited from class no.difi.sdp.client2.domain.exceptions.SendException
getAntattSkyldig
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlValideringException
@Deprecated public XmlValideringException(String message, SAXParseException[] errors, SendException.AntattSkyldig antattSkyldig)
Deprecated.
-
XmlValideringException
@Deprecated public XmlValideringException(String message, SendException.AntattSkyldig antattSkyldig, Exception e)
Deprecated.
-
-