Class DGCSchemaException

  • All Implemented Interfaces:
    Serializable

    public class DGCSchemaException
    extends Exception
    Exception for DCC schema errors, i.e., if a DCC encoding cannot be mapped into the Java classes for the DCC schema.
    Author:
    Martin Lindström (martin@idsec.se), Henrik Bengtsson (extern.henrik.bengtsson@digg.se), Henric Norlander (extern.henric.norlander@digg.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • DGCSchemaException

        public DGCSchemaException​(String message)
        Constructor.
        Parameters:
        message - the error message
      • DGCSchemaException

        public DGCSchemaException​(String message,
                                  Throwable cause)
        Constructor.
        Parameters:
        message - the error message
        cause - the cause of the error