org.unitils.util
Class MissingKeysException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.unitils.util.MissingKeysException
All Implemented Interfaces:
Serializable

public class MissingKeysException
extends Exception

MissingKeyException: If one or more resourcebundles doesn't contain a key.

Since:
3.4
Author:
Willemijn Wouters
See Also:
Serialized Form

Constructor Summary
MissingKeysException(String message)
           
 
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

MissingKeysException

public MissingKeysException(String message)


Copyright © 2014. All Rights Reserved.