Class CallbackException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NomatchException

public class CallbackException extends IOException
Thrown by Action.invoke(StringBuilder, int) in case things go wrong.
See Also:
  • Constructor Details

    • CallbackException

      public CallbackException(String emsg, Throwable e)
    • CallbackException

      public CallbackException(String emsg)