com.groiss.util
Interface TopLevelException

All Known Implementing Classes:
ApplicationException

public interface TopLevelException

Interface for excpetions where the message is directly presented to the user interface.


Method Summary
 int getErrnum()
           
 java.lang.Throwable getException()
          Returns an inner excpetion, null if there is none.
 boolean isWarning()
           
 void setWarning(boolean warning)
          Set the exception as warning.
 

Method Detail

getException

java.lang.Throwable getException()
Returns an inner excpetion, null if there is none.


setWarning

void setWarning(boolean warning)
Set the exception as warning.


isWarning

boolean isWarning()

getErrnum

int getErrnum()


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.