public class IlvCSSIOException extends IlvStylingException
IOException
.Constructor and Description |
---|
IlvCSSIOException()
Creates a new styling exception with no error message.
|
IlvCSSIOException(Exception exception)
Creates a new styling exception that encapsulates
another low-level exception.
|
IlvCSSIOException(String message)
Creates a new styling exception with a specified error message.
|
IlvCSSIOException(String message,
Exception exception)
Creates a new styling exception that encapsulates
another low-level exception.
|
getException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvCSSIOException()
public IlvCSSIOException(String message)
message
- The error message.public IlvCSSIOException(Exception exception)
exception
- The low-level exception that
causes this styling exception to be thrown.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.