Class PreprocessingException

  • All Implemented Interfaces:
    Serializable

    public class PreprocessingException
    extends Exception
    An exception that is thrown if a preprocessing error occurs.
    See Also:
    Serialized Form
    • Constructor Detail

      • PreprocessingException

        public PreprocessingException​(String message,
                                      String handle,
                                      String segment)
    • Method Detail

      • getHandle

        public String getHandle()
      • getSegment

        public String getSegment()