Uses of Class
org.xins.common.ProgrammingException

Packages that use ProgrammingException
org.xins.common Generic utility classes. 
org.xins.common.text Text-related 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 detail, Throwable cause)
          Logs a programming error with an optional cause exception and an optional message, and returns a ProgrammingException object for it.
static ProgrammingException Utils.logProgrammingError(String detectingClass, String detectingMethod, String subjectClass, String subjectMethod, String detail, Throwable cause)
          Deprecated. Since XINS 2.0, use Utils.logProgrammingError(String detail, Throwable cause)
static ProgrammingException Utils.logProgrammingError(String detectingClass, String detectingMethod, String subjectClass, String subjectMethod, String detail)
          Deprecated. Since XINS 2.0, use Utils.logProgrammingError(String detail)
 

Uses of ProgrammingException in org.xins.common.text
 

Methods in org.xins.common.text that throw ProgrammingException
static Pattern PatternUtils.createPattern(String regexp)
          Compiles the given regular expression to a Perl5 pattern object.
 



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