repthy
Class OrthonormalityException
Object
Throwable
Exception
OrthonormalityException
- 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
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrthonormalityException
public OrthonormalityException(String message)
OrthonormalityException
public OrthonormalityException(String message,
GpCharacter chi)