org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools
Class TokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools.TokenException
All Implemented Interfaces:
Serializable

public class TokenException
extends RuntimeException

Version:
$Name: $ ($Revision: 606225 $) $Date: 2007-12-21 16:55:00 +0100 (Fri, 21 Dec 2007) $
See Also:
Serialized Form

Constructor Summary
TokenException(Token token, String message)
           
 
Method Summary
 Token getToken()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenException

public TokenException(Token token,
                      String message)
Method Detail

getToken

public Token getToken()


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.