util
Class Exceptions

java.lang.Object
  extended by util.Exceptions

public class Exceptions
extends java.lang.Object

A class to hold exceptions for this framework.

Author:
dgorur

Nested Class Summary
static class Exceptions.ComputationException
          Thrown when a computation fails for some reason.
static class Exceptions.InputDimensionException
          Thrown when there is an input dimension mismatch.
static class Exceptions.OutOfBoundsException
          Thrown when an argument is out of bounds, typically for a Computable.
static class Exceptions.OutputDimensionException
          Thrown when there is an output dimension mismatch.
static class Exceptions.SingularMatrixException
          Thrown when a matrix that shouldn't be singular, is.
 
Constructor Summary
Exceptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()