Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.stack
Class SchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisid.IGFException
              extended by org.openliberty.arisid.stack.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends IGFException

The requested schema could not be mapped or is undefined.

See Also:
Serialized Form

Constructor Summary
SchemaException()
           
SchemaException(java.lang.String arg0)
           
SchemaException(java.lang.String arg0, java.lang.Throwable arg1)
           
SchemaException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaException

public SchemaException()
See Also:
Exception.Exception()

SchemaException

public SchemaException(java.lang.String arg0)
See Also:
Exception.Exception(java.lang.String)

SchemaException

public SchemaException(java.lang.Throwable arg0)
See Also:
Exception.Exception(java.lang.Throwable)

SchemaException

public SchemaException(java.lang.String arg0,
                       java.lang.Throwable arg1)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

OpenLiberty.org - Licensed under Apache APL 2.0