com.ibm.awb.misc
Class MalformedURIPatternException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.MalformedURLException
                          |
                          +--com.ibm.awb.misc.MalformedURIPatternException
All Implemented Interfaces:
java.io.Serializable

public class MalformedURIPatternException
extends java.net.MalformedURLException

The MalformendURIPatternException class shows the specified URI pattern is malformed.

Version:
1.00 $Date: 2001/07/28 06:33:15 $
Author:
ONO Kouichi
See Also:
Serialized Form

Constructor Summary
MalformedURIPatternException()
           
MalformedURIPatternException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedURIPatternException

public MalformedURIPatternException()

MalformedURIPatternException

public MalformedURIPatternException(java.lang.String msg)