Class ProcessingMalformedDataException

All Implemented Interfaces:
Serializable

public class ProcessingMalformedDataException extends ProcessingException
Define a Processing Exception to be thrown when there is a line break or spaces where should not be
See Also:
  • Constructor Details

    • ProcessingMalformedDataException

      public ProcessingMalformedDataException(String message, Throwable cause)
      Parameters:
      message - associated message
      cause - associated cause
    • ProcessingMalformedDataException

      public ProcessingMalformedDataException(Throwable cause)
      Parameters:
      cause - associated cause
    • ProcessingMalformedDataException

      public ProcessingMalformedDataException(String message)
      Parameters:
      message - associated message