de.unihalle.informatik.MiToBo.core.exceptions
Class MTBDatatypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.Alida.exceptions.ALDException
              extended by de.unihalle.informatik.MiToBo.core.exceptions.MTBException
                  extended by de.unihalle.informatik.MiToBo.core.exceptions.MTBDatatypeException
All Implemented Interfaces:
Serializable

public class MTBDatatypeException
extends MTBException

MiToBo exception type related to problems with data types in general.

Author:
moeller
See Also:
Serialized Form

Nested Class Summary
static class MTBDatatypeException.DatatypeExceptionType
          Possible exception types.
 
Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
MTBDatatypeException(MTBDatatypeException.DatatypeExceptionType t, String c)
          Default constructor.
 
Method Summary
protected  String getExceptionID()
           
 String getIdentString()
           
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MTBDatatypeException

public MTBDatatypeException(MTBDatatypeException.DatatypeExceptionType t,
                            String c)
Default constructor.

Parameters:
c - Exception message.
Method Detail

getExceptionID

protected String getExceptionID()
Overrides:
getExceptionID in class MTBException

getIdentString

public String getIdentString()
Specified by:
getIdentString in class de.unihalle.informatik.Alida.exceptions.ALDException


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.