pl.kernelpanic.dbmonster.schema
Class SchemaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypl.kernelpanic.dbmonster.schema.SchemaException
All Implemented Interfaces:
Serializable

public class SchemaException
extends Exception

SchemaException is throws when an error occures in the schema structure.

Version:
$Id: SchemaException.html,v 1.1 2007/06/21 08:38:14 sbahloul Exp $
Author:
Piotr Maj <piotr.maj@kernelpanic.pl>
See Also:
Serialized Form

Constructor Summary
SchemaException(String message)
          Constructs new SchemaException with a reason.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaException

public SchemaException(String message)
Constructs new SchemaException with a reason.

Parameters:
message - error message


Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.