Class CodeDocException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.suffolk.litlab.efsp.ecfcodes.CodeDocException
All Implemented Interfaces:
Serializable

public class CodeDocException extends Exception
An exception used solely when parsing Genericode CodeDocs (i.e. the XML).

Can be specifically caught and separated from SQL issues and flagged as a developer issue (instead of an ops issue).

See Also:
  • Constructor Details

    • CodeDocException

      public CodeDocException(String message, Throwable ex)