Class ConstraintsCompilationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.jpl.aerie.merlin.server.models.ConstraintsCompilationError
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final gov.nasa.jpl.aerie.json.JsonParser<List<ConstraintsCompilationError>> -
Constructor Summary
ConstructorsConstructorDescriptionConstraintsCompilationError(String message, String stack, ConstraintsCompilationError.CodeLocation location, String completeStack) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
constraintsErrorJsonP
public static final gov.nasa.jpl.aerie.json.JsonParser<List<ConstraintsCompilationError>> constraintsErrorJsonP
-
-
Constructor Details
-
ConstraintsCompilationError
public ConstraintsCompilationError(String message, String stack, ConstraintsCompilationError.CodeLocation location, String completeStack)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getStack
-
getLocation
-
getCompleteStack
-
prependMessage
-