All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.database.InvalidMarkerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tc.database.ValidationException
                           |
                           +----tc.database.InvalidMarkerException

public class InvalidMarkerException
extends ValidationException
This exception is thrown if one tries tamper data (in a database) related to a marker id that does not belong to the user associated with the specific DatabaseManager.


Variable Index

 o markerID
The marker id that caused the exception.

Constructor Index

 o InvalidMarkerException(int)
Constructs the exception object.

Method Index

 o getMarkerID()
Gets the marker id that caused the exception.

Variables

 o markerID
 private int markerID
The marker id that caused the exception.

Constructors

 o InvalidMarkerException
 InvalidMarkerException(int id)
Constructs the exception object.

Parameters:
id - The marker id the was illegal.

Methods

 o getMarkerID
 public int getMarkerID()
Gets the marker id that caused the exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index