com.ibm.portal.services.contentmapping.exceptions
Class MalformedContentPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
              extended by com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class MalformedContentPathException
extends ContentMappingException

Legal content path values start with the path separator ('/') and end with a character different from the path separator. This exception is thrown if content path values are used that do not adhere to these rules.

Since:
7.0.0.0
See Also:
Serialized Form

Constructor Summary
MalformedContentPathException(Localized localized)
           
MalformedContentPathException(Localized localized, java.lang.String arg0)
           
MalformedContentPathException(Localized localized, java.lang.String arg0, java.lang.Throwable arg1)
           
MalformedContentPathException(Localized localized, java.lang.Throwable arg0)
           
MalformedContentPathException(java.lang.String arg0)
           
MalformedContentPathException(java.lang.String arg0, java.lang.Throwable arg1)
           
MalformedContentPathException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
getDescription, getLocales, getTitle
 
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

MalformedContentPathException

public MalformedContentPathException(java.lang.String arg0,
                                     java.lang.Throwable arg1)

MalformedContentPathException

public MalformedContentPathException(java.lang.String arg0)

MalformedContentPathException

public MalformedContentPathException(java.lang.Throwable arg0)

MalformedContentPathException

public MalformedContentPathException(Localized localized,
                                     java.lang.String arg0,
                                     java.lang.Throwable arg1)

MalformedContentPathException

public MalformedContentPathException(Localized localized,
                                     java.lang.String arg0)

MalformedContentPathException

public MalformedContentPathException(Localized localized,
                                     java.lang.Throwable arg0)

MalformedContentPathException

public MalformedContentPathException(Localized localized)