net.wotonomy.foundation.internal
Class NullPrimitiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.wotonomy.foundation.internal.WotonomyException
                  extended by net.wotonomy.foundation.internal.IntrospectorException
                      extended by net.wotonomy.foundation.internal.NullPrimitiveException
All Implemented Interfaces:
java.io.Serializable

public class NullPrimitiveException
extends IntrospectorException

A IntrospectorException that is thrown by Introspector when trying to set a primitive type to null.

Version:
$Revision: 893 $
Author:
michael@mpowers.net, $Author: cgruber $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.wotonomy.foundation.internal.WotonomyException
message, wrappedThrowable
 
Constructor Summary
NullPrimitiveException()
           
 
Method Summary
 
Methods inherited from class net.wotonomy.foundation.internal.WotonomyException
getWrappedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullPrimitiveException

public NullPrimitiveException()


Copyright © 2006 null. All Rights Reserved.