SnowException

The SnowException class extends java.lang.Exception and will be thrown from some SnowDoc and SnowDocFactory functions. There are currently three types of SnowException.

  • InvalidLicenseException is thrown when SnowDoc is unable to locate a valid RasterMaster license
  • PageNotFoundException is thrown when a requested page number doesn’t exist in the document
  • UnsupportedFormatException is thrown by SnowDocFactory.createSnowDoc() when the input file is in a format not supported by SnowDoc