|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.eviware.soapui.impl.wsdl.support.xsd.SchemaException
public class SchemaException
Exception thrown by schema-related operations
Constructor Summary | |
---|---|
SchemaException(java.lang.Exception e,
java.util.ArrayList<?> errorList)
|
|
SchemaException(java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.util.ArrayList<?> |
getErrorList()
|
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, java.lang.Throwable cause)
public SchemaException(java.lang.Exception e, java.util.ArrayList<?> errorList)
Method Detail |
---|
public java.util.ArrayList<?> getErrorList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |