repthy
Class OrthonormalityException

Object
  extended byThrowable
      extended byException
          extended byOrthonormalityException
All Implemented Interfaces:
Serializable

public class OrthonormalityException
extends Exception

Thrown if you try to add a GpCharacter to a CharTable, but adding it would violate the condition that the characters in the table form an orthonormal set.

Author:
Mark McConnell
See Also:
Serialized Form

Constructor Summary
OrthonormalityException(String message)
           
OrthonormalityException(String message, GpCharacter chi)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrthonormalityException

public OrthonormalityException(String message)

OrthonormalityException

public OrthonormalityException(String message,
                               GpCharacter chi)