| 
 | |||||||||
| 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.service.event.EventException
public class EventException
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| EventException()Constructs a new EventException. | |
| EventException(java.lang.String pStr)Constructs a new EventException with the given explanation. | |
| EventException(java.lang.String pStr,
               java.lang.Throwable pSourceException)Constructs a new EventException with the given explanation. | |
| EventException(java.lang.Throwable pSourceException)Constructs a new EventException. | |
| Method Summary | |
|---|---|
|  java.lang.Throwable | getSourceException()Returns property SourceException | 
|  void | printStackTrace()Print our stack trace and that of the source exception if there is one. | 
|  void | printStackTrace(java.io.PrintStream pStream)Print our stack trace and that of the source exception if there is one. | 
|  void | printStackTrace(java.io.PrintWriter pWriter)Print our stack trace and that of the source exception if there is one. | 
|  void | setSourceException(java.lang.Throwable pSourceException)Sets property SourceException | 
|  java.lang.String | toString()Returns the exception in String form. | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace | 
| 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 EventException()
public EventException(java.lang.String pStr)
public EventException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public EventException(java.lang.String pStr,
                      java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem| Method Detail | 
|---|
public void setSourceException(java.lang.Throwable pSourceException)
public java.lang.Throwable getSourceException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream pStream)
printStackTrace in class java.lang.ThrowablepStream - Stream to print topublic void printStackTrace(java.io.PrintWriter pWriter)
printStackTrace in class java.lang.ThrowablepWriter - Writer to print topublic java.lang.String toString()
toString in class java.lang.Throwable| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||