com.ibm.websphere.management.exception
Class InvalidRASyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.websphere.management.exception.AdminException
                  extended bycom.ibm.websphere.management.exception.InvalidRASyntaxException
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException

public class InvalidRASyntaxException
extends AdminException

This exception is thrown if the attribute name or relationship name is not valid. In case the attribute is part of a nested attribute list, this exception contains the attribute name path from top.

See Also:
Serialized Form

Constructor Summary
InvalidRASyntaxException(java.lang.String error)
          constructor
 
Method Summary
 java.lang.String getSyntaxError()
           
 
Methods inherited from class com.ibm.websphere.management.exception.AdminException
getAdminException, printStackTrace, printStackTrace
 
Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRASyntaxException

public InvalidRASyntaxException(java.lang.String error)
constructor

Method Detail

getSyntaxError

public java.lang.String getSyntaxError()