public class IlvStylingException extends Exception
IlvStylingException
are thrown by various classes of the
ilog.views.util.css
package.
This general class is mainly used to encapsulate low-level
exceptions such as IOException
and parsing exceptions,
without polluting the API with too many
exception types. See the subclasses for more.
Constructor and Description |
---|
IlvStylingException()
Creates a new styling exception with no error message.
|
IlvStylingException(Exception exception)
Creates a new styling exception that encapsulates
another low-level exception.
|
IlvStylingException(String message)
Creates a new styling exception with a specified error message.
|
IlvStylingException(String message,
Exception exception)
Creates a new styling exception that encapsulates
another low-level exception.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Returns the low-level exception that
caused this styling exception to be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvStylingException()
public IlvStylingException(String message)
message
- The error message.public IlvStylingException(Exception exception)
exception
- The low-level exception that
causes this styling exception to be thrown.public Exception getException()
null
if this styling exception was not thrown due to
a lower-level exception© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.