com.steptools.stdev
Class SchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.steptools.stdev.STDevException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchemaNotFoundException
public SchemaNotFoundException(String schema,
Exception cause)
SchemaNotFoundException
public SchemaNotFoundException(String schema)
getSchema
public String getSchema()