org.eobjects.metamodel.util
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eobjects.metamodel.MetaModelException
                  extended by org.eobjects.metamodel.util.ResourceException
All Implemented Interfaces:
Serializable

public class ResourceException
extends MetaModelException

Exception type for errors that occur while dealing with Resources.

See Also:
Serialized Form

Constructor Summary
ResourceException(Resource resource, Exception cause)
           
ResourceException(Resource resource, String message)
           
ResourceException(Resource resource, String message, Exception cause)
           
 
Method Summary
 Resource getResource()
           
 
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

ResourceException

public ResourceException(Resource resource,
                         Exception cause)

ResourceException

public ResourceException(Resource resource,
                         String message,
                         Exception cause)

ResourceException

public ResourceException(Resource resource,
                         String message)
Method Detail

getResource

public Resource getResource()


Copyright © 2007-2013. All Rights Reserved.