Class NitfAttributeTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.alliance.transformer.nitf.NitfAttributeTransformException
- All Implemented Interfaces:
Serializable
A
RuntimeException that is used when there are errors parsing a NITF attribute's value.
The NitfAttributeTransformException holds a reference to the original NITF attribute's
value before any transformation may have occurred.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NitfAttributeTransformException
- Parameters:
message- a human friendly messageoriginalValue- originalNitfAttributes value before any transformation may have occurred.
-
-
Method Details
-
getOriginalValue
-