com.ibm.websphere.management.exception
Class InvalidPropertySyntaxException

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

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