Skip navigation links

Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics
12c Release (12.2.1.3.0)

E98700-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.mappers.api
Class MapperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.oracle.cep.mappers.api.MapperException

public class MapperException
extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary
MapperException()
           
MapperException(java.lang.String message)
           
MapperException(java.lang.String message, java.lang.Throwable cause)
           
MapperException(java.lang.Throwable cause)
           

 

Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

MapperException

public MapperException()

MapperException

public MapperException(java.lang.String message)

MapperException

public MapperException(java.lang.String message,
                       java.lang.Throwable cause)

MapperException

public MapperException(java.lang.Throwable cause)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD