schemacrawler.schemacrawler
Class SchemaCrawlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by schemacrawler.schemacrawler.SchemaCrawlerException
All Implemented Interfaces:
Serializable

public class SchemaCrawlerException
extends Exception

Exception for the SchemaCrawler.

See Also:
Serialized Form

Constructor Summary
SchemaCrawlerException(String message)
          
SchemaCrawlerException(String message, Throwable cause)
          
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaCrawlerException

public SchemaCrawlerException(String message)


SchemaCrawlerException

public SchemaCrawlerException(String message,
                              Throwable cause)



Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.