Class Pack200Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class Pack200Exception
    extends java.lang.Exception
    Represents a problem with a Pack200 coding/decoding issue.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Pack200Exception​(java.lang.String message)
      Create a new Pack200 exception with the given message
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Pack200Exception

        public Pack200Exception​(java.lang.String message)
        Create a new Pack200 exception with the given message
        Parameters:
        message - the text message to display