Forge - Parent 1.2.3-SNAPSHOT

org.jboss.forge.resources
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.forge.project.ProjectModelException
                  extended by org.jboss.forge.resources.ResourceException
All Implemented Interfaces:
Serializable

public class ResourceException
extends ProjectModelException

Represents a generic Exception thrown by the Forge Resource API

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
ResourceException()
           
ResourceException(String message)
           
ResourceException(String message, Throwable e)
           
ResourceException(Throwable e)
           
 
Method Summary
 
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()

ResourceException

public ResourceException(String message,
                         Throwable e)

ResourceException

public ResourceException(String message)

ResourceException

public ResourceException(Throwable e)

Forge - Parent 1.2.3-SNAPSHOT

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.