|
||||||||||
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 lumis.portal.PortalException lumis.doui.DouiException lumis.content.ContentException
@StableMinor(version="4.1", sinceVersion="4.0") public class ContentException
Exception for Content
Field Summary |
---|
Fields inherited from class lumis.portal.PortalException |
---|
resources |
Constructor Summary | |
---|---|
ContentException(String arg0)
|
|
ContentException(String arg0,
Exception innerException)
|
|
ContentException(String arg0,
IResource resource)
|
|
ContentException(String arg0,
IResource resource,
Exception innerException)
|
|
ContentException(String arg0,
List<IResource> resources)
|
|
ContentException(String arg0,
List<IResource> resources,
Exception innerException)
|
Method Summary |
---|
Methods inherited from class lumis.portal.PortalException |
---|
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentException(String arg0)
public ContentException(String arg0, Exception innerException)
public ContentException(String arg0, IResource resource)
public ContentException(String arg0, IResource resource, Exception innerException)
public ContentException(String arg0, List<IResource> resources)
public ContentException(String arg0, List<IResource> resources, Exception innerException)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |