Class IncompatibleOutputFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
All Implemented Interfaces:
Serializable

public class IncompatibleOutputFormatException extends ConversionException
Exception for incompatibilities between settings and output formats, e.g. CMYK output in PNG format.
See Also:
  • Constructor Details Link icon

    • IncompatibleOutputFormatException Link icon

      public IncompatibleOutputFormatException(String message, Throwable cause)
    • IncompatibleOutputFormatException Link icon

      public IncompatibleOutputFormatException(String message)
    • IncompatibleOutputFormatException Link icon

      public IncompatibleOutputFormatException(Throwable cause)
  • Method Details Link icon