- 
    
        
        
        
            <static> IllegalArgumentException()
            
        
- 
    
    
    
        Thrown to indicate that a method has been passed an illegal or 
inappropriate argument.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> IllegalStateException()
            
        
- 
    
    
    
        Thrown to indicate that a illegal state has been encountered.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> IndexOutOfBoundsException()
            
        
- 
    
    
    
        Thrown to indicate that an array is being accessed beyond
it array boundaries.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> NoChannelAvailableException()
            
        
- 
    
    
    
        Thrown to indicate that the channel is not available.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> NullPointerException()
            
        
- 
    
    
    
        Thrown to indicate that a null pointer has been encountered.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> PropertyNotFoundException()
            
        
- 
    
    
    
        Thrown when a property could not be found while evaluating a adf.mf.el.ValueExpression or
MethodExpression. For example, this could be triggered by an index out of bounds while
setting an array value, or by an unreadable property while getting the value of a JavaBeans
property.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> PropertyNotWritableException()
            
        
- 
    
    
    
        Thrown when a property could not be written to while setting the value on a
adf.mf.el.ValueExpression. For example, this could be triggered by trying to set a map value on an
unmodifiable map.
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
 
- 
    
        
        
        
            <static> UnsupportedOperationException()
            
        
- 
    
    
    
        Thrown to indicate that the requested operation is not supported.