com.opencms.core.exceptions
Class CmsPlausibilizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.opencms.core.CmsException
                    |
                    +--com.opencms.core.exceptions.CmsPlausibilizationException
All Implemented Interfaces:
Serializable

public class CmsPlausibilizationException
extends CmsException

This exception is thrown to signalize plausibilization errors in backoffice modules.

Version:
$Revision: 1.3 $ $Date: 2002/12/06 23:16:58 $
Author:
Michael Emmerich
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opencms.core.CmsException
C_ACCESS_DENIED, C_BAD_NAME, C_CLASSLOADER_ERROR, C_CMS_EXCEPTION_PREFIX, C_EXTXT, C_FILE_EXISTS, C_FILESYSTEM_ERROR, C_FLEX_CACHE, C_FLEX_LOADER, C_FLEX_OTHER, C_GROUP_NOT_EMPTY, C_HTTPS_PAGE_ERROR, C_HTTPS_REQUEST_ERROR, C_INTERNAL_FILE, C_INVALID_PASSWORD, C_LAUNCH_ERROR, C_LOCKED, C_NO_ACCESS, C_NO_DEFAULT_GROUP, C_NO_GROUP, C_NO_USER, C_NOT_ADMIN, C_NOT_EMPTY, C_NOT_FOUND, C_RB_INIT_ERROR, C_REGISTRY_ERROR, C_RESOURCE_DELETED, C_SERIALIZATION, C_SERVICE_UNAVAILABLE, C_SHORT_PASSWORD, C_SQL_ERROR, C_STREAMING_ERROR, C_UNKNOWN_EXCEPTION, C_USER_EXISTS, C_XML_CORRUPT_INTERNAL_STRUCTURE, C_XML_NO_PROCESS_METHOD, C_XML_NO_TEMPLATE_CLASS, C_XML_NO_USER_METHOD, C_XML_PARSING_ERROR, C_XML_PROCESS_ERROR, C_XML_TAG_MISSING, C_XML_UNKNOWN_DATA, C_XML_WRONG_CONTENT_TYPE, C_XML_WRONG_TEMPLATE_CLASS, m_message, m_rootCause, m_type, m_useRootCause
 
Constructor Summary
CmsPlausibilizationException(Vector error)
          Constructs a CmsPlauzibilizationException.
 
Method Summary
 Vector getErrorCodes()
          Retuens a Vector of all error codes of the Exception.
 String toString()
          Overwrites the standard toString method.
 
Methods inherited from class com.opencms.core.CmsException
getException, getMessage, getRootCause, getShortException, getStackTraceAsString, getThrowable, getType, getTypeText, printStackTrace, printStackTrace, printStackTrace, setException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmsPlausibilizationException

public CmsPlausibilizationException(Vector error)
Constructs a CmsPlauzibilizationException.

Parameters:
error - A Vector of error codes.
Method Detail

getErrorCodes

public Vector getErrorCodes()
Retuens a Vector of all error codes of the Exception. This vector consits of single Strings.

Returns:
Vector of error codes.

toString

public String toString()
Overwrites the standard toString method.

Overrides:
toString in class CmsException