Package com.graphhopper.util.exceptions
Class DetailedIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.graphhopper.util.exceptions.DetailedIllegalArgumentException
- All Implemented Interfaces:
GHException
,Serializable
- Direct Known Subclasses:
ConnectionNotFoundException
,MaximumNodesExceededException
,PointDistanceExceededException
,PointNotFoundException
public class DetailedIllegalArgumentException
extends IllegalArgumentException
implements GHException
- Author:
- Peter Karich
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDetailedIllegalArgumentException
(String message, Map<String, Object> details) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DetailedIllegalArgumentException
-
-
Method Details
-
getDetails
- Specified by:
getDetails
in interfaceGHException
-