IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.exception
Class InvalidPropertySyntaxException

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.InvalidPropertySyntaxException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

public class InvalidPropertySyntaxException
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
InvalidPropertySyntaxException(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

InvalidPropertySyntaxException

public InvalidPropertySyntaxException(java.lang.String error)
constructor

Method Detail

getSyntaxError

public java.lang.String getSyntaxError()

IBM WebSphere Application ServerTM
Release 7