public class FeatureOptimizerException extends Exception
FeatureOptimizer.build(java.io.InputStream, java.io.OutputStream)| Constructor and Description | 
|---|
| FeatureOptimizerException(int errorCode) | 
| FeatureOptimizerException(int errorCode,
                         String message) | 
| FeatureOptimizerException(int errorCode,
                         Throwable throwable) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCode() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic FeatureOptimizerException(int errorCode)
errorCode - an implementation specific error code. Please consult associated documentation.public FeatureOptimizerException(int errorCode,
                                 String message)
errorCode - an implementation specific error code. Please consult associated documentation.message - a string message related to the error code.public FeatureOptimizerException(int errorCode,
                                 Throwable throwable)
errorCode - an implementation specific error code. Please consult associated documentation.throwable - an underlying error related to the error code.