ST-Developer Java Reference

com.steptools.stdev
Class SchemaNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.SchemaNotFoundException
All Implemented Interfaces:
Serializable

public class SchemaNotFoundException
extends STDevException

Thrown when a schema cannot be found. This is generally caused when the compiled called are not in the Java class path.

See Also:
Serialized Form

Constructor Summary
SchemaNotFoundException(String schema)
           
SchemaNotFoundException(String schema, Exception cause)
           
 
Method Summary
 String getSchema()
           
 
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

SchemaNotFoundException

public SchemaNotFoundException(String schema,
                               Exception cause)

SchemaNotFoundException

public SchemaNotFoundException(String schema)
Method Detail

getSchema

public String getSchema()

ST-Developer Java Reference