com.sap.portal.admin.editor.exception
Class EditorConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.portal.admin.editor.exception.EditorFrameworkRuntimeException
                          |
                          +--com.sap.portal.admin.editor.exception.EditorConfigException
All Implemented Interfaces:
java.io.Serializable

public class EditorConfigException
extends EditorFrameworkRuntimeException

This exception is thrown if the editor framework detected an error of the configuration.

See Also:
Serialized Form

Constructor Summary
EditorConfigException(java.lang.String message)
          Constructor
EditorConfigException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor
 
Methods inherited from class com.sap.portal.admin.editor.exception.EditorFrameworkRuntimeException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorConfigException

public EditorConfigException(java.lang.String message)
Constructor
Parameters:
message -  

EditorConfigException

public EditorConfigException(java.lang.String message,
                             java.lang.Throwable nestedException)
Constructor
Parameters:
message -  
nestedException -