atg.svc.repository.service.exception
Class InvalidPathTopicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.svc.repository.service.exception.InvalidPathTopicException
- All Implemented Interfaces:
- atg.core.exception.ContainableException, java.io.Serializable
public class InvalidPathTopicException
- extends atg.core.exception.ContainerException
Exception that is thrown when a parameter is invalid.
Does nothing more than type the ContainerException object for convenience.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary |
atg.searchadmin.repository.beans.Topic |
getTopic()
|
atg.searchadmin.repository.beans.TopicLabel |
getTopicLabel()
|
void |
setTopic(atg.searchadmin.repository.beans.Topic pTopic)
|
void |
setTopicLabel(atg.searchadmin.repository.beans.TopicLabel pTopicLabel)
|
Methods inherited from class atg.core.exception.ContainerException |
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
atg.searchadmin.repository.beans.Topic pTopic,
atg.searchadmin.repository.beans.TopicLabel pTopicLabel,
java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
atg.searchadmin.repository.beans.Topic pTopic,
atg.searchadmin.repository.beans.TopicLabel pTopicLabel)
getTopic
public atg.searchadmin.repository.beans.Topic getTopic()
- Returns:
- Returns the topic.
setTopic
public void setTopic(atg.searchadmin.repository.beans.Topic pTopic)
- Parameters:
pTopic
- The topic to set.
getTopicLabel
public atg.searchadmin.repository.beans.TopicLabel getTopicLabel()
- Returns:
- Returns the topicLabel.
setTopicLabel
public void setTopicLabel(atg.searchadmin.repository.beans.TopicLabel pTopicLabel)
- Parameters:
pTopicLabel
- The topicLabel to set.