Class PrintException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidJsonValueException, ObjectMissingException

public class PrintException extends RuntimeException
Base exception for printing problems.
See Also:
  • Constructor Details

    • PrintException

      public PrintException(String message)
      Construct exception.
      Parameters:
      message - the message
    • PrintException

      public PrintException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - message
      cause - the cause