com.ibm.cics.model
Class IllegalCICSAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.ibm.cics.model.IllegalCICSAttributeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalCICSAttributeException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
IllegalCICSAttributeException(java.lang.RuntimeException cause, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
IllegalCICSAttributeException(java.lang.String message, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
 
Method Summary
 ICICSAttribute<?> getCICSAttribute()
           
 java.lang.Object getIllegalValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalCICSAttributeException

public IllegalCICSAttributeException(java.lang.String message,
                                     ICICSAttribute<?> attribute,
                                     java.lang.Object illegalValue)

IllegalCICSAttributeException

public IllegalCICSAttributeException(java.lang.RuntimeException cause,
                                     ICICSAttribute<?> attribute,
                                     java.lang.Object illegalValue)
Method Detail

getCICSAttribute

public ICICSAttribute<?> getCICSAttribute()

getIllegalValue

public java.lang.Object getIllegalValue()


Copyright © 2008-2009 IBM Corp. All Rights Reserved.