|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.timeindexing.index.TimeIndexException
com.timeindexing.index.IndexCreateException
public class IndexCreateException
A IndexCreateException is thrown when an Index cannot be created. This usually because the Properties passed at create time do not have enough information.
| Constructor Summary | |
|---|---|
IndexCreateException()
Throw a IndexCreateException with no message. |
|
IndexCreateException(java.lang.Exception e)
Throw a IndexCreateException with an exception from the underlying cause. |
|
IndexCreateException(java.lang.String s)
Throw a IndexCreateException with a message. |
|
| Method Summary |
|---|
| 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 IndexCreateException()
public IndexCreateException(java.lang.String s)
public IndexCreateException(java.lang.Exception e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||