docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1System Developer Manual JavaReference for Roxen Java classes
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

RXML.Backtrace

: Class RXML.Backtrace

com.roxen.roxen
Class RXML.Backtrace


java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.roxen.roxen.RXML.Backtrace
public static class RXML.Backtrace
extends java.lang.Error

The object used to throw RXML errors.

Method Summary
 java.lang.String getType()
          Gets the type of RXML backtrace ("run" or "parse").
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType


public java.lang.String getType()
Gets the type of RXML backtrace ("run" or "parse").
Returns:
the type