net.rim.device.api.i18n
Class DuplicateResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.rim.device.api.i18n.DuplicateResourceException

public class DuplicateResourceException
extends RuntimeException

Thrown if a resource is registered twice.


Constructor Summary
DuplicateResourceException()
          Creates new DuplicateResourceException.
DuplicateResourceException(String s)
          Creates new DuplicateResourceException with descriptive string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

DuplicateResourceException

public DuplicateResourceException()
Creates new DuplicateResourceException.


DuplicateResourceException

public DuplicateResourceException(String s)
Creates new DuplicateResourceException with descriptive string.

Parameters:
s - Message describing the cause of the exception.





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal