de.hpi.fgis.dude.exceptions
Class InvalidSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.hpi.fgis.dude.exceptions.InvalidSchemaException
All Implemented Interfaces:
Serializable

public class InvalidSchemaException
extends Exception

This Exception can be thrown in every schema-related case.

Author:
Matthias Pohl
See Also:
Serialized Form

Constructor Summary
InvalidSchemaException()
          Calls Exception.Exception().
InvalidSchemaException(String msg)
          Calls Exception.Exception(String).
InvalidSchemaException(String msg, Throwable cause)
          Calls Exception.Exception(String, Throwable).
InvalidSchemaException(Throwable cause)
          Calls Exception.Exception(Throwable).
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSchemaException

public InvalidSchemaException()
Calls Exception.Exception().


InvalidSchemaException

public InvalidSchemaException(String msg)
Calls Exception.Exception(String).

Parameters:
msg - The error message.

InvalidSchemaException

public InvalidSchemaException(Throwable cause)
Calls Exception.Exception(Throwable).

Parameters:
cause - The exception that caused this exception.

InvalidSchemaException

public InvalidSchemaException(String msg,
                              Throwable cause)
Calls Exception.Exception(String, Throwable).

Parameters:
msg - The error message.
cause - The exception that caused this exception.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.