com.compoze.collab
Class InvalidValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.compoze.collab.util.NestedRuntimeException
|
+--com.compoze.collab.CollaborationRuntimeException
|
+--com.compoze.collab.InvalidValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidValueException
- extends CollaborationRuntimeException
Exceptions of this class are thrown when a property value is invalid
and the programmer attempts to access the value as a datatype with no
logical support for values of type InvalidValue (anything but
Object).
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
Constructs an InvalidValueException. |
InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
InvalidValue value)
Constructs an InvalidValueException. |
InvalidValueException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
Constructs an InvalidValueException. |
InvalidValueException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
InvalidValue value)
Constructs an InvalidValueException. |
| Methods inherited from class com.compoze.collab.util.NestedRuntimeException |
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidValueException
public InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
- Constructs an InvalidValueException.
- Parameters:
ctx - session contextbaseKey - message base keyvalue - the invalid value (not null)
InvalidValueException
public InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
InvalidValue value)
- Constructs an InvalidValueException.
- Parameters:
ctx - session contextbaseKey - message base keyparam - message parametervalue - the invalid value (not null)
InvalidValueException
public InvalidValueException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
- Constructs an InvalidValueException.
- Parameters:
t - the underlying exceptionctx - session contextbaseKey - message base keyvalue - the invalid value (not null)
InvalidValueException
public InvalidValueException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
InvalidValue value)
- Constructs an InvalidValueException.
- Parameters:
t - the underlying exceptionctx - session contextbaseKey - message base keyparam - message parametervalue - the invalid value (not null)
getInvalidValue
public InvalidValue getInvalidValue()
- Gets the invalid value.
- Returns:
- the value (not
null)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.