Class UnsupportedTokenException

    • Constructor Summary

      Constructors 
      Constructor Description
      UnsupportedTokenException()
      Creates a new UnsupportedTokenException.
       message)
      Constructs a new UnsupportedTokenException.
       message,  cause)
      Constructs a new UnsupportedTokenException.
       cause)
      Constructs a new UnsupportedTokenException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • UnsupportedTokenException

        public UnsupportedTokenException()
        Creates a new UnsupportedTokenException.
      • UnsupportedTokenException

        public UnsupportedTokenException​( message)
        Constructs a new UnsupportedTokenException.
        Parameters:
        message - the reason for the exception
      • UnsupportedTokenException

        public UnsupportedTokenException​( cause)
        Constructs a new UnsupportedTokenException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • UnsupportedTokenException

        public UnsupportedTokenException​( message,
                                          cause)
        Constructs a new UnsupportedTokenException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.