com.vaadin.sass.internal.expression.exception
Class ArithmeticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.sass.internal.expression.exception.ArithmeticException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatibleUnitsException

public class ArithmeticException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ArithmeticException(String errorMsg)
           
ArithmeticException(String error, SassListItem term)
           
 
Method Summary
 
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

ArithmeticException

public ArithmeticException(String errorMsg)

ArithmeticException

public ArithmeticException(String error,
                           SassListItem term)


Copyright © 2013–2014 Vaadin. All rights reserved.