Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.libraries.asm.tree.analysis
Class AnalyzerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.toplink.libraries.asm.tree.analysis.AnalyzerException

All Implemented Interfaces:
java.io.Serializable

public class AnalyzerException
extends java.lang.Exception

Thrown if a problem occurs during the analysis of a method.

See Also:
Serialized Form

Constructor Summary
AnalyzerException(java.lang.String msg)
           
AnalyzerException(java.lang.String msg, java.lang.Object expected, Value encountered)
           

 

Method Summary

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AnalyzerException

public AnalyzerException(java.lang.String msg)

AnalyzerException

public AnalyzerException(java.lang.String msg,
                         java.lang.Object expected,
                         Value encountered)

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.