All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.parser.ParseDidNothingException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----relaaja.database.parser.ParseDidNothingException

public class ParseDidNothingException
extends Exception
Poikkeus SQLParserin parse-metodin "tyhjälle" suorittamiselle. Heitetään, kun yhtään operaatiota ei ole tehty DataDefinition-rajapinnalle parse-metodin aikana.

Author:
Sami Jaala

Constructor Index

 o ParseDidNothingException()
 o ParseDidNothingException(String)

Constructors

 o ParseDidNothingException
 ParseDidNothingException()
 o ParseDidNothingException
 ParseDidNothingException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index