org.apache.wsif.compiler.schema
Class SchemaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.wsif.compiler.schema.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends java.lang.Exception

Author:
Matthew J. Duftler
See Also:
Serialized Form

Constructor Summary
SchemaException(java.lang.String message)
           
SchemaException(java.lang.String message, java.lang.Throwable targetException)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaException

public SchemaException(java.lang.String message)

SchemaException

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


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.