org.escot
Class NotMutableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.escot.NotMutableException
- All Implemented Interfaces:
- Serializable
- public class NotMutableException
- extends RuntimeException
Thrown to indicate an attempt to change a property that is
immutable.
- See Also:
- Serialized Form
NotMutableException
public NotMutableException()
- Constructs a
NotMutableException with no specified detail message.
NotMutableException
public NotMutableException(String s)
- Constructs a
NotMutableException with the specified detail message.
- Parameters:
s - the detail message.- Since:
- JDK1.0