it.amattioli.applicate.commands
Class ApplicationException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.amattioli.common.exceptions.SimpleKeyedException
                  extended by it.amattioli.applicate.commands.ApplicationException
All Implemented Interfaces:
it.amattioli.common.exceptions.KeyedException, Serializable
Direct Known Subclasses:
ConcurrencyException

public class ApplicationException
extends it.amattioli.common.exceptions.SimpleKeyedException

See Also:
Serialized Form

Constructor Summary
ApplicationException(it.amattioli.common.exceptions.KeyedMessage keyedMessage)
           
ApplicationException(it.amattioli.common.exceptions.MessageBundle bundle, it.amattioli.common.exceptions.KeyedMessage keyedMessage)
           
ApplicationException(it.amattioli.common.exceptions.MessageBundle bundle, String key)
           
ApplicationException(String key)
           
 
Method Summary
 
Methods inherited from class it.amattioli.common.exceptions.SimpleKeyedException
addParameter, getKeyedMessage, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ApplicationException

public ApplicationException(it.amattioli.common.exceptions.MessageBundle bundle,
                            it.amattioli.common.exceptions.KeyedMessage keyedMessage)

ApplicationException

public ApplicationException(it.amattioli.common.exceptions.KeyedMessage keyedMessage)

ApplicationException

public ApplicationException(it.amattioli.common.exceptions.MessageBundle bundle,
                            String key)

ApplicationException

public ApplicationException(String key)


Copyright © 2011. All Rights Reserved.