org.jboss.weld.resources.spi
Class ResourceLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.weld.resources.spi.ResourceLoadingException
All Implemented Interfaces:
Serializable

public class ResourceLoadingException
extends RuntimeException

Exception thrown when errors occur while loading resource

Author:
Pete Muir
See Also:
Serialized Form

Constructor Summary
ResourceLoadingException()
          Constructor
ResourceLoadingException(String message)
          Constructor
ResourceLoadingException(String message, Throwable throwable)
          Constructor
ResourceLoadingException(Throwable throwable)
          Constructor
 
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

ResourceLoadingException

public ResourceLoadingException()
Constructor


ResourceLoadingException

public ResourceLoadingException(String message,
                                Throwable throwable)
Constructor

Parameters:
message - The message
throwable - The exception

ResourceLoadingException

public ResourceLoadingException(String message)
Constructor

Parameters:
message - The message

ResourceLoadingException

public ResourceLoadingException(Throwable throwable)
Constructor

Parameters:
throwable - The exception


Copyright © 2013 Seam Framework. All Rights Reserved.