lib.datatypes
Class VirtexCoordinateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--lib.datatypes.VirtexCoordinateException

public class VirtexCoordinateException
extends java.lang.Exception

An exception for errors dealing with VirtexCoordinates.

Copyright (c) 2002 Alex Carreira

Version:
1.0
Author:
Alex Carreira
See Also:
Serialized Form

Constructor Summary
VirtexCoordinateException(java.lang.String s, int aValue)
          Contructs a VirtexCoordinateException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtexCoordinateException

public VirtexCoordinateException(java.lang.String s,
                                 int aValue)
Contructs a VirtexCoordinateException with a detail message.
Parameters:
s - A string that details the error.
aValue - The value that caused the error.