org.apache.commons.nabla.core
Class DifferentiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.nabla.core.NablaException
              extended by org.apache.commons.nabla.core.DifferentiationException
All Implemented Interfaces:
Serializable

public class DifferentiationException
extends NablaException

This class represent differentiation exceptions.

Exceptions of this type are thrown when a differentiable class cannot be differentiated.

Version:
$Id: nablaException.java 1686 2005-12-16 12:59:51Z luc $
See Also:
Serialized Form

Constructor Summary
DifferentiationException(String specifier, Object... parts)
          Simple constructor.
 
Method Summary
 
Methods inherited from class org.apache.commons.nabla.core.NablaException
translate, translate
 
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

DifferentiationException

public DifferentiationException(String specifier,
                                Object... parts)
Simple constructor. Build an exception by translating and formating a message

Parameters:
specifier - format specifier (to be translated)
parts - to insert in the format (no translation)


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.