|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.obsearch.exception.OBException
public class OBException
OBException, the mother of all Exceptions in OBSearch.
Constructor Summary | |
---|---|
OBException()
Default constructor. |
|
OBException(Exception e)
Constructor. |
|
OBException(String msg)
Constructor. |
|
OBException(String msg,
Exception ex)
Constructor. |
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 OBException(String msg)
msg
- A message for the userpublic OBException(String msg, Exception ex)
msg
- A message for the userex
- An exception for the userpublic OBException()
public OBException(Exception e)
e
- An exception that will be wrapped.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |