com.bea.portal.tools.resource
Class UnsupportedResourceClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.portal.tools.resource.ResourceException
                  extended by com.bea.portal.tools.resource.ResourceTypeException
                      extended by com.bea.portal.tools.resource.UnsupportedResourceClassException
All Implemented Interfaces
Serializable

public class UnsupportedResourceClassException
extends ResourceTypeException

Thrown if an unsupported resource Class was processed.

See Also
Serialized Form

Constructor Summary
UnsupportedResourceClassException(Class<?> resourceClass)
          Constructor.
 
Method Summary
 Class<?> getResourceClass()
          Get the resource Class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedResourceClassException

public UnsupportedResourceClassException(Class<?> resourceClass)
Constructor.

Parameters
resourceClass - the resource Class
Method Detail

getResourceClass

public final Class<?> getResourceClass()
Get the resource Class.

Returns
the resource Class


Copyright © 2011, Oracle. All rights reserved.