|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.lehmannet.om.COMASTException
de.lehmannet.om.util.SchemaException
public class SchemaException
The SchemaException indicates problems during loading or
parsing of a xml schema file.
Typical causes of a SchemaException may be:
Malformed XML Documents or invalid schema elements (required value
missing).
| Constructor Summary | |
|---|---|
SchemaException(java.lang.String message)
Constructs a new SchemaException. |
|
SchemaException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new SchemaException. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaException(java.lang.String message)
message - Message which describes the cause of the
problem.
public SchemaException(java.lang.String message,
java.lang.Throwable cause)
message - Message which describes the cause of the
problem.cause - A exception that was the root cause of this
ConfigException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||