-
- All Implemented Interfaces:
-
java.io.Serializable
public class DirectionServiceException extends RuntimeException
A data class holding all the exceptions messages for direction service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interface
DirectionServiceException.Message
Interface that defines all of the exceptions messages that can be thrown by the
direction service
:
-
Constructor Summary
Constructors Constructor Description DirectionServiceException(String message)
Constructor
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DirectionServiceException
DirectionServiceException(String message)
Constructor- Parameters:
message
- the exception message.
-
-
-
-