Class IncompatibleTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gw.lang.parser.exceptions.IncompatibleTypeException
All Implemented Interfaces:
Serializable

public class IncompatibleTypeException extends RuntimeException
See Also:
  • Constructor Details

    • IncompatibleTypeException

      public IncompatibleTypeException()
    • IncompatibleTypeException

      public IncompatibleTypeException(String message)
    • IncompatibleTypeException

      public IncompatibleTypeException(Throwable cause)
    • IncompatibleTypeException

      public IncompatibleTypeException(String message, Throwable cause)