Apigen

edu.uci.isr.apigen
Class SchemaProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.uci.isr.apigen.SchemaProcessingException
All Implemented Interfaces:
Serializable

public class SchemaProcessingException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
SchemaProcessingException()
           
SchemaProcessingException(Exception e)
           
SchemaProcessingException(String msg)
           
 
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

SchemaProcessingException

public SchemaProcessingException()

SchemaProcessingException

public SchemaProcessingException(String msg)

SchemaProcessingException

public SchemaProcessingException(Exception e)

Apigen