IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.exception
Class InvalidRASyntaxException

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

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()

IBM WebSphere Application ServerTM
Release 8