Class AdaptationException

All Implemented Interfaces:
Serializable

public class AdaptationException extends RuntimeException
Custom exception for adaptation errors to prevent them from doing things the engine won't like but are syntactically correct Java. Extends RuntimeException so adapters won't have to put try/catch clauses around all wait statements
See Also:
  • Constructor Details

    • AdaptationException

      public AdaptationException(String message)
    • AdaptationException

      public AdaptationException(String message, Throwable throwable)