|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.unigram.likelike.common.LikelikeException
public class LikelikeException
LikelikeException.
Constructor Summary | |
---|---|
LikelikeException()
Default constructor. |
|
LikelikeException(java.lang.String details)
Constructor. |
|
LikelikeException(java.lang.String details,
java.lang.Throwable cause)
Constructor. |
|
LikelikeException(java.lang.Throwable cause)
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 LikelikeException()
public LikelikeException(java.lang.Throwable cause)
cause
- the exception information to be addedpublic LikelikeException(java.lang.String details, java.lang.Throwable cause)
details
- detailed information of exceptioncause
- the exception information to be addedpublic LikelikeException(java.lang.String details)
details
- detailed information of exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |