org.obe.spi.model
Class AttributeReadOnlyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.OBEException
              extended byorg.obe.spi.model.AttributeReadOnlyException
All Implemented Interfaces:
java.io.Serializable

public class AttributeReadOnlyException
extends OBEException

Indicates that the attribute is read-only. It is either imuutable, or it cannot be set directly.

Author:
Adrian Price
See Also:
Serialized Form

Constructor Summary
AttributeReadOnlyException(java.lang.String message)
           
 
Methods inherited from class org.obe.OBEException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeReadOnlyException

public AttributeReadOnlyException(java.lang.String message)


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.