Class NitfAttributeTransformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.alliance.transformer.nitf.NitfAttributeTransformException
All Implemented Interfaces:
Serializable

public class NitfAttributeTransformException extends RuntimeException
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 Details

    • NitfAttributeTransformException

      public NitfAttributeTransformException(String message, Serializable originalValue)
      Parameters:
      message - a human friendly message
      originalValue - original NitfAttributes value before any transformation may have occurred.
  • Method Details