|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.compoze.collab.util.NestedRuntimeException
com.compoze.collab.CollaborationRuntimeException
com.compoze.collab.InvalidValueException
public class InvalidValueException
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).
| 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,
Object param,
InvalidValue value)
Constructs an InvalidValueException. |
|
InvalidValueException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
Constructs an InvalidValueException. |
|
InvalidValueException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
InvalidValue value)
Constructs an InvalidValueException. |
|
| Method Summary | |
|---|---|
InvalidValue |
getInvalidValue()
Gets the invalid value. |
| Methods inherited from class com.compoze.collab.CollaborationRuntimeException |
|---|
getAdminMessage, getAdminResolution, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main |
| Methods inherited from class com.compoze.collab.util.NestedRuntimeException |
|---|
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
ctx - session contextbaseKey - message base keyvalue - the invalid value (not null)
public InvalidValueException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
InvalidValue value)
ctx - session contextbaseKey - message base keyparam - message parametervalue - the invalid value (not null)
public InvalidValueException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
InvalidValue value)
t - the underlying exceptionctx - session contextbaseKey - message base keyvalue - the invalid value (not null)
public InvalidValueException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
InvalidValue value)
t - the underlying exceptionctx - session contextbaseKey - message base keyparam - message parametervalue - the invalid value (not null)| Method Detail |
|---|
public InvalidValue getInvalidValue()
null)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||