org.sonatype.sisu.goodies.i18n
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonatype.sisu.goodies.i18n.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends RuntimeException

Thrown to indicate a required resource was not found.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(String code)
           
 
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

ResourceNotFoundException

public ResourceNotFoundException(String code)


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.