org.tukaani.xz
Class UnsupportedOptionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tukaani.xz.XZIOException
                  extended by org.tukaani.xz.UnsupportedOptionsException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOptionsException
extends XZIOException

Thrown when compression options not supported by this implementation are detected. Some other implementation might support those options.

See Also:
Serialized Form

Constructor Summary
UnsupportedOptionsException()
          Creates a new UnsupportedOptionsException with null as its error detail message.
UnsupportedOptionsException(java.lang.String s)
          Creates a new UnsupportedOptionsException with the given error detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

UnsupportedOptionsException

public UnsupportedOptionsException()
Creates a new UnsupportedOptionsException with null as its error detail message.


UnsupportedOptionsException

public UnsupportedOptionsException(java.lang.String s)
Creates a new UnsupportedOptionsException with the given error detail message.

Parameters:
s - error detail message