Package ai.acolite.agentsdk.exceptions
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.acolite.agentsdk.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
Exception thrown when a method is not yet implemented.
This is used during the initial porting phase from TypeScript to Java.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException(String message) NotImplementedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
-
NotImplementedException
-