Compoze Software, Inc.

com.compoze.collab
Class NullValueException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.collab.util.NestedRuntimeException

                          |

                          +--com.compoze.collab.CollaborationRuntimeException

                                |

                                +--com.compoze.collab.NullValueException

All Implemented Interfaces:
java.io.Serializable

public class NullValueException
extends CollaborationRuntimeException

Exceptions of this class are thrown when a property value is null and the programmer attempts to access the value as a datatype with no logical support for null values (such as a primitive type).

See Also:
Serialized Form

Constructor Summary
NullValueException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey)
          Constructs an NullValueException.
NullValueException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, java.lang.Object param)
          Constructs an NullValueException.
NullValueException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey)
          Constructs an NullValueException.
NullValueException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, java.lang.Object param)
          Constructs an NullValueException.
 
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, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullValueException


public NullValueException(com.compoze.collab.spi.Context ctx,
                          com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs an NullValueException.
Parameters:
ctx - session context
baseKey - message base key

NullValueException


public NullValueException(com.compoze.collab.spi.Context ctx,
                          com.compoze.collab.spi.ExceptionResourceKey baseKey,
                          java.lang.Object param)
Constructs an NullValueException.
Parameters:
ctx - session context
baseKey - message base key
param - message parameter

NullValueException


public NullValueException(java.lang.Throwable t,
                          com.compoze.collab.spi.Context ctx,
                          com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs an NullValueException.
Parameters:
t - the underlying exception
ctx - session context
baseKey - message base key

NullValueException


public NullValueException(java.lang.Throwable t,
                          com.compoze.collab.spi.Context ctx,
                          com.compoze.collab.spi.ExceptionResourceKey baseKey,
                          java.lang.Object param)
Constructs an NullValueException.
Parameters:
t - the underlying exception
ctx - session context
baseKey - message base key
param - message parameter

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.