Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.acolite.agentsdk.exceptions.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
Exception thrown when a method is not yet implemented.

This is used during the initial porting phase from TypeScript to Java.

See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)