|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.repository.search.refinement.FacetException
public class FacetException
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
FacetException()
Constructor. |
|
FacetException(java.lang.String pMessage)
Constructor. |
|
FacetException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructor. |
|
FacetException(java.lang.Throwable pCause)
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 |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public FacetException()
public FacetException(java.lang.String pMessage)
pMessage - String describing the exception.public FacetException(java.lang.Throwable pCause)
pCause - Throwable that occurred.
public FacetException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - String describing the exception.pCause - Throwable that occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||