Joda System API

org.joda.property
Class UnmodifiableJodaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException
                          |
                          +--org.joda.util.IllegalStateJodaException
                                |
                                +--org.joda.property.UnmodifiableJodaException
All Implemented Interfaces:
java.io.Serializable

public class UnmodifiableJodaException
extends IllegalStateJodaException

Exception thrown when an attempt is made to modify a property which is unmodifiable. Details of the property are encapsulated in the exception.

Author:
Stephen Colebourne
See Also:
Serialized Form

Constructor Summary
UnmodifiableJodaException(java.lang.Object errSource)
          Constructor
 
Methods inherited from class org.joda.util.IllegalStateJodaException
getSource
 
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

UnmodifiableJodaException

public UnmodifiableJodaException(java.lang.Object errSource)
Constructor

Parameters:
errSource - the object that generated the exception

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.