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

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
                  extended by com.vaadin.sass.internal.expression.exception.IncompatibleUnitsException
All Implemented Interfaces:
Serializable

public class IncompatibleUnitsException
extends ArithmeticException

See Also:
Serialized Form

Constructor Summary
IncompatibleUnitsException(String errorExpr)
           
 
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

IncompatibleUnitsException

public IncompatibleUnitsException(String errorExpr)


Copyright © 2013–2014 Vaadin. All rights reserved.