Extension SDK 10.1.2

oracle.ide.model
Class RecognizerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ide.model.RecognizerException
All Implemented Interfaces:
java.io.Serializable

public class RecognizerException
extends java.lang.Exception

This is an Exception class that is thrown by a Recognizer when validation fails.

See Also:
Serialized Form

Constructor Summary
RecognizerException()
           
RecognizerException(java.lang.String s)
           
 
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

RecognizerException

public RecognizerException()

RecognizerException

public RecognizerException(java.lang.String s)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.