Uses of Class
org.xins.common.ProgrammingException

Packages that use ProgrammingException
org.xins.common Generic utility classes. 
 

Uses of ProgrammingException in org.xins.common
 

Methods in org.xins.common that return ProgrammingException
static ProgrammingException Utils.logProgrammingError(String detail)
          Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
static ProgrammingException Utils.logProgrammingError(Throwable cause)
          Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
static ProgrammingException Utils.logProgrammingError(String detectingClass, String detectingMethod, String subjectClass, String subjectMethod, String detail, Throwable cause)
          Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
static ProgrammingException Utils.logProgrammingError(String detectingClass, String detectingMethod, String subjectClass, String subjectMethod, String detail)
          Logs a programming error with no cause exception, and returns a ProgrammingException object for it.
 



See http://www.xins.org/.