Class ModelReferenceException

All Implemented Interfaces:
Serializable

public class ModelReferenceException extends ModelException
Thrown when an error is encountered during reference resolving.
Author:
Sebastian Menski
See Also:
  • Constructor Details

    • ModelReferenceException

      public ModelReferenceException()
    • ModelReferenceException

      public ModelReferenceException(String message, Throwable cause)
    • ModelReferenceException

      public ModelReferenceException(String message)
    • ModelReferenceException

      public ModelReferenceException(Throwable cause)