|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
FilterFactoryCreationException
public class FilterFactoryCreationException
An exception that can be thrown by the StyleFactory if it fails to create the implementation of the StyleFactory.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
FilterFactoryCreationException(Exception cause)
Constructs an instance of FilterFactoryCreationException
with the specified root cause. |
|
FilterFactoryCreationException(String msg)
Constructs an instance of StyleFactoryCreationException
with the specified detail message. |
|
FilterFactoryCreationException(String msg,
Exception cause)
Constructs an instance of FilterFactoryCreationException
with the specified detail message and root cause. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterFactoryCreationException(String msg)
StyleFactoryCreationException
with the specified detail message.
msg
- the detail message.public FilterFactoryCreationException(Exception cause)
FilterFactoryCreationException
with the specified root cause.
cause
- the root cause of the exceptions.public FilterFactoryCreationException(String msg, Exception cause)
FilterFactoryCreationException
with the specified detail message and root cause.
msg
- the detail message.cause
- the root cause of the exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |