|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.services.contentmapping.exceptions
Class MalformedContentPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
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
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 |
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)
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |