|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
guarana.toolkit.task.streamdealers.compressors.CompressorException
public class CompressorException
An exception class for compressors.
Constructor Summary | |
---|---|
CompressorException()
Constructs a new compressor exception. |
|
CompressorException(String message)
Constructs a new compressor exception with a given message. |
|
CompressorException(String message,
Throwable exception)
Constructs a new compressor exception with a given message and from an exception. |
|
CompressorException(Throwable exception)
Constructs a new compressor exception from a given exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompressorException()
public CompressorException(String message)
message
- The exception message.public CompressorException(String message, Throwable exception)
message
- The exception message.exception
- The exception to be used.public CompressorException(Throwable exception)
exception
- The exception to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |