Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit.parsing
Class NekoDOMParser.ScriptException  view NekoDOMParser.ScriptException download NekoDOMParser.ScriptException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.meterware.httpunit.parsing.NekoDOMParser.ScriptException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NekoDOMParser

static class NekoDOMParser.ScriptException
extends java.lang.RuntimeException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.io.IOException _cause
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NekoDOMParser.ScriptException(java.io.IOException cause)
           
 
Method Summary
 java.io.IOException getException()
           
 
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
 

Field Detail

_cause

private java.io.IOException _cause
Constructor Detail

NekoDOMParser.ScriptException

public NekoDOMParser.ScriptException(java.io.IOException cause)
Method Detail

getException

public java.io.IOException getException()