|
© 2005 BEA Systems, Inc. | |||||||||
| 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.bea.p13n.exceptions.ApplicationException
com.bea.p13n.placeholder.ContentException
Implements an exception throw by the Ad services when there is a problem with the content
| Constructor Summary | |
ContentException()
Constructor |
|
ContentException(boolean warning)
Constructor |
|
ContentException(String msg)
Constructor. |
|
ContentException(String msg,
boolean isWarning)
Constructor. |
|
ContentException(String msg,
Exception source)
Constructor. |
|
ContentException(String msg,
Exception source,
boolean isWarning)
Constructor. |
|
| Method Summary | |
Exception |
getSourceException()
Gets the exception which caused this exception to be raised |
boolean |
isWarning()
|
void |
setWarning(boolean isWarning)
|
| 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 ContentException()
public ContentException(boolean warning)
public ContentException(String msg)
public ContentException(String msg,
boolean isWarning)
public ContentException(String msg,
Exception source)
public ContentException(String msg,
Exception source,
boolean isWarning)
| Method Detail |
public Exception getSourceException()
public boolean isWarning()
public void setWarning(boolean isWarning)
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||