com.bramosystems.oss.player.util.client
Class RegExp.RegexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bramosystems.oss.player.util.client.RegExp.RegexException
All Implemented Interfaces:
Serializable
Enclosing class:
RegExp

public static class RegExp.RegexException
extends Exception

Thrown to indicate a regular expression related exception

Since:
1.1
Author:
Sikirulai Braheem
See Also:
Serialized Form

Constructor Summary
RegExp.RegexException()
          Constructs a new RegexException
RegExp.RegexException(String message)
          Constructs a new RegexException with the specified message
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegExp.RegexException

public RegExp.RegexException()
Constructs a new RegexException


RegExp.RegexException

public RegExp.RegexException(String message)
Constructs a new RegexException with the specified message

Parameters:
message - the message


Copyright © 2009-2011. All Rights Reserved.