|
|||||||||||
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.IndexingException
Exception thrown when something goes wrong with the insertion or removal
of an object to/from a collection.
Supported API: false
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 | |
IndexingException()
No arg constructor. |
|
IndexingException(Exception e)
Constructor that wraps another exception. |
|
IndexingException(Exception e,
String msg)
Constructor that wraps another exception and has a non-localized message. |
|
IndexingException(Exception e,
String rb,
String key,
Object[] params)
Constructs an IndexingException with a embedded exception and licalized message. |
|
IndexingException(String message)
Constructor that takes a non-localized message as argument. |
|
IndexingException(String rb,
String key,
Object[] params)
Constructs an IndexingException with a embedded exception and licalized 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 IndexingException()
public IndexingException(String message)
message
- public IndexingException(Exception e)
e
- public IndexingException(Exception e, String msg)
e
- msg
- public IndexingException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
- public IndexingException(String rb, String key, Object[] params)
rb
- key
- params
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |