com.bea.portal.tools.resource
Class UnsupportedResourceTypeException

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.UnsupportedResourceTypeException
All Implemented Interfaces
Serializable

public class UnsupportedResourceTypeException
extends ResourceTypeException

Thrown if an unsupported or unknown ResourceType was processed.

See Also
Serialized Form

Constructor Summary
UnsupportedResourceTypeException(ResourceID resourceID)
          Constructor.
 
Method Summary
 ResourceID getResourceID()
          Get the ResourceID.
 ResourceType getResourceType()
          Get the unsupported or unknown ResourceType.
 
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

UnsupportedResourceTypeException

public UnsupportedResourceTypeException(ResourceID resourceID)
Constructor.

Parameters
resourceID - the ResourceID
Method Detail

getResourceType

public final ResourceType getResourceType()
Get the unsupported or unknown ResourceType.

Returns
the unsupported or unknown ResourceType

getResourceID

public final ResourceID getResourceID()
Get the ResourceID.

Returns
the ResourceID


Copyright © 2011, Oracle. All rights reserved.