Class ResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tonic.analysis.execution.resolve.ResolutionException
-
- All Implemented Interfaces:
Serializable
public class ResolutionException extends RuntimeException
Unchecked exception raised when a class, method, or field cannot be resolved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolutionException(String message)Creates the exception with a message.ResolutionException(String message, Throwable cause)Creates the exception with a message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResolutionException
public ResolutionException(String message)
Creates the exception with a message.- Parameters:
message- description of the failed resolution
-
-