com.eviware.soapui.impl.wsdl.support.xsd
Class SchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eviware.soapui.impl.wsdl.support.xsd.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends java.lang.Exception

Exception thrown by schema-related operations

Author:
Ole.Matzura
See Also:
Serialized Form

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

SchemaException

public SchemaException(java.lang.String message,
                       java.lang.Throwable cause)

SchemaException

public SchemaException(java.lang.Exception e,
                       java.util.ArrayList<?> errorList)
Method Detail

getErrorList

public java.util.ArrayList<?> getErrorList()


Copyright © 2005-2009 eviware.com. All Rights Reserved.