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:
java.io.Serializable
Direct Known Subclasses:
IncompatibleUnitsException

public class ArithmeticException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ArithmeticException()
           
ArithmeticException(java.lang.String errorMsg)
           
 
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(java.lang.String errorMsg)

ArithmeticException

public ArithmeticException()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.