|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.views.util.styling.IlvStylingException
public class IlvStylingException
Exceptions of the class 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 Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the low-level exception that caused this styling exception to be thrown. |
| 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 |
|---|
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 IlvStylingException(String message,
Exception exception)
message - The error message.exception - The low-level exception that
causes this styling exception to be thrown.| Method Detail |
|---|
public Exception getException()
null
if this styling exception was not thrown due to
a lower-level exception
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||