atg.svc.repository.service.exception
Class InvalidPathTopicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by 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
 
Constructor Summary
InvalidPathTopicException(java.lang.String msg)
           
InvalidPathTopicException(java.lang.String msg, java.lang.Throwable cause)
           
InvalidPathTopicException(java.lang.String msg, atg.searchadmin.repository.beans.Topic pTopic, atg.searchadmin.repository.beans.TopicLabel pTopicLabel)
           
InvalidPathTopicException(java.lang.String msg, atg.searchadmin.repository.beans.Topic pTopic, atg.searchadmin.repository.beans.TopicLabel pTopicLabel, java.lang.Throwable cause)
           
InvalidPathTopicException(java.lang.Throwable cause)
           
 
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
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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.