Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » persistence » [javadoc | source]
org.apache.openjpa.persistence
public class: ArgumentException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            java.lang.IllegalArgumentException
               org.apache.openjpa.persistence.ArgumentException

All Implemented Interfaces:
    ExceptionInfo, Serializable

Extended IllegalArgumentException .
Constructor:
 public ArgumentException(String msg,
    Throwable[] nested,
    Object failed,
    boolean fatal) 
 public ArgumentException(Message msg,
    Throwable[] nested,
    Object failed,
    boolean fatal) 
Method from org.apache.openjpa.persistence.ArgumentException Summary:
getCause,   getFailedObject,   getNestedThrowables,   getSubtype,   getType,   isFatal,   printStackTrace,   printStackTrace,   printStackTrace,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.persistence.ArgumentException Detail:
 public Throwable getCause() 
 public Object getFailedObject() 
 public Throwable[] getNestedThrowables() 
 public int getSubtype() 
 public int getType() 
 public boolean isFatal() 
 public  void printStackTrace() 
 public  void printStackTrace(PrintStream out) 
 public  void printStackTrace(PrintWriter out) 
 public String toString()