Class XtceLoadException

All Implemented Interfaces:
Serializable

public class XtceLoadException extends RuntimeException
unchecked exception thrown from the XTCE loader. It keeps a reference to the file and the location in the file where the error occurs.
See Also:
  • Constructor Details

    • XtceLoadException

      public XtceLoadException(String fileName, Location location, String message)