|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.index.IndexPolicyException
Exception thrown when something goes wrong with the rule/list manipulation
or index policy execution.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
IndexPolicyException()
No-arg constructor. |
|
IndexPolicyException(Exception e)
Constructs an index policy exception given an embedded (nested) exception. |
|
IndexPolicyException(Exception e,
String msg)
Constructs an exception given a nested exception and a non-localized message. |
|
IndexPolicyException(Exception e,
String rb,
String key,
Object[] params)
Constructs an exception given a nested exception and a localized message. |
|
IndexPolicyException(String message)
Constructs an exception given a non-localized message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public IndexPolicyException()
public IndexPolicyException(String message)
message
- public IndexPolicyException(Exception e)
e
- public IndexPolicyException(Exception e, String msg)
e
- msg
- public IndexPolicyException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |