Class MultipleMatchingApiPathsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.engine.js.graalvm.processor.generation.MultipleMatchingApiPathsException
- All Implemented Interfaces:
Serializable
public class MultipleMatchingApiPathsException extends RuntimeException
The Class MultipleMatchingApiPathsException.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MultipleMatchingApiPathsException(String errorMessage)Instantiates a new multiple matching api paths exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleMatchingApiPathsException
Instantiates a new multiple matching api paths exception.- Parameters:
errorMessage- the error message
-