Uses of Class
de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType

Packages that use ALDOperatorException.OperatorExceptionType
de.unihalle.informatik.Alida.exceptions Defines Alida exceptions. 
 

Uses of ALDOperatorException.OperatorExceptionType in de.unihalle.informatik.Alida.exceptions
 

Fields in de.unihalle.informatik.Alida.exceptions declared as ALDOperatorException.OperatorExceptionType
protected  ALDOperatorException.OperatorExceptionType ALDOperatorException.type
          Type of exception object.
 

Methods in de.unihalle.informatik.Alida.exceptions that return ALDOperatorException.OperatorExceptionType
 ALDOperatorException.OperatorExceptionType ALDOperatorException.getType()
          Returns the type of this exception.
static ALDOperatorException.OperatorExceptionType ALDOperatorException.OperatorExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ALDOperatorException.OperatorExceptionType[] ALDOperatorException.OperatorExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.unihalle.informatik.Alida.exceptions with parameters of type ALDOperatorException.OperatorExceptionType
ALDOperatorException(ALDOperatorException.OperatorExceptionType t, String c)
          Constructor.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.