| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.brics.xact.XMLException
public class XMLException
Runtime exception caused by an invalid XML operation.
| Constructor Summary | |
|---|---|
XMLException(String s)
Constructs a new exception.  | 
|
XMLException(String s,
             Origin origin)
Constructs a new exception.  | 
|
XMLException(String s,
             Throwable cause)
Constructs a new exception.  | 
|
XMLException(String s,
             Throwable cause,
             Origin origin)
Constructs a new exception.  | 
|
XMLException(Throwable cause)
Constructs a new exception.  | 
|
XMLException(Throwable cause,
             Origin origin)
Constructs a new exception.  | 
|
| Method Summary | |
|---|---|
 Origin | 
getOrigin()
Returns a relevant source location, or null if not available.  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public XMLException(String s)
public XMLException(String s,
                    Origin origin)
public XMLException(String s,
                    Throwable cause)
public XMLException(String s,
                    Throwable cause,
                    Origin origin)
public XMLException(Throwable cause)
public XMLException(Throwable cause,
                    Origin origin)
| Method Detail | 
|---|
public Origin getOrigin()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||