se.citerus.dddsample.domain.model.handling
Class CannotCreateHandlingEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.citerus.dddsample.domain.model.handling.CannotCreateHandlingEventException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownCargoException, UnknownLocationException, UnknownVoyageException

public class CannotCreateHandlingEventException
extends java.lang.Exception

If a HandlingEvent can't be created from a given set of parameters. It is a checked exception because it's not a programming error, but rather a special case that the application is built to handle. It can occur during normal program execution.

See Also:
Serialized Form

Constructor Summary
CannotCreateHandlingEventException()
           
CannotCreateHandlingEventException(java.lang.Exception e)
           
 
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

CannotCreateHandlingEventException

public CannotCreateHandlingEventException(java.lang.Exception e)

CannotCreateHandlingEventException

public CannotCreateHandlingEventException()


Copyright © 2009. All Rights Reserved.