Uses of Package
org.slim3.commons.exception

Packages that use org.slim3.commons.exception
org.slim3.commons.beanutil This package provides the utility for Java Bean. 
org.slim3.commons.exception This package provides Slim3 commons exceptions. 
org.slim3.commons.jndi The feature to access naming context. 
org.slim3.commons.util Utilities. 
org.slim3.container This package provides Slim3 container. 
org.slim3.container.exception This package provides Slim3 container exceptions. 
 

Classes in org.slim3.commons.exception used by org.slim3.commons.beanutil
CastRuntimeException
          This exception is thrown when a class can not cast.
ConverterRuntimeException
          This exception is thrown when an exception is encountered while converting.
PropertyCanNotReadRuntimeException
          This exception is thrown when an exception is encountered while trying to read the property.
PropertyCanNotWriteRuntimeException
          This exception is thrown when an exception is encountered while trying to write value to the property.
PropertyNotFoundRuntimeException
          This exception is thrown when a property is not found.
PropertyNotReadableRuntimeException
          This exception is thrown when a property is not readable.
PropertyNotWritableRuntimeException
          This exception is thrown when a property is not writable.
 

Classes in org.slim3.commons.exception used by org.slim3.commons.exception
NamingRuntimeException
          This exception is thrown when a NamingException is encountered.
SRuntimeException
          A base runtime exception.
 

Classes in org.slim3.commons.exception used by org.slim3.commons.jndi
NameNotFoundRuntimeException
          This exception is thrown when the name is not bound to any objects.
NamingRuntimeException
          This exception is thrown when a NamingException is encountered.
 

Classes in org.slim3.commons.exception used by org.slim3.commons.util
IllegalAccessRuntimeException
          This exception is thrown when a IllegalAccessException is encountered.
InstantiationRuntimeException
          This exception is thrown when a InstantiationException is encountered.
NameNotFoundRuntimeException
          This exception is thrown when the name is not bound to any objects.
NamingRuntimeException
          This exception is thrown when a NamingException is encountered.
ParseRuntimeException
          This exception is thrown when a ParseException is encountered.
 

Classes in org.slim3.commons.exception used by org.slim3.container
NameAlreadyBoundRuntimeException
          This exception is thrown when the name is already bound to an another object.
NameNotFoundRuntimeException
          This exception is thrown when the name is not bound to any objects.
PropertyCanNotWriteRuntimeException
          This exception is thrown when an exception is encountered while trying to write value to the property.
 

Classes in org.slim3.commons.exception used by org.slim3.container.exception
SRuntimeException
          A base runtime exception.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.