Class TokenizationException

All Implemented Interfaces:
Serializable

public class TokenizationException extends RuntimeException
Wraps exceptions thrown by tokenizers.
See Also:
  • Constructor Details

    • TokenizationException

      public TokenizationException(String message)
      Creates a TokenizationException with the specified message.
      Parameters:
      message - The exception message.
    • TokenizationException

      public TokenizationException(String message, Throwable throwable)
      Creates a TokenizationException wrapping the supplied throwable with the specified message.
      Parameters:
      message - The exception message.
      throwable - The throwable to wrap.
    • TokenizationException

      public TokenizationException(Throwable throwable)
      Creates a TokenizationException wrapping the supplied throwable.
      Parameters:
      throwable - The throwable to wrap.