com.ibm.security12.sun.security.provider
Class PolicyParser.ParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.security12.java.security.GeneralSecurityException
                    |
                    +--com.ibm.security12.sun.security.provider.PolicyParser.ParsingException

public static class PolicyParser.ParsingException
extends GeneralSecurityException

See Also:
Serialized Form

Constructor Summary
PolicyParser.ParsingException(int line, String msg)
           
PolicyParser.ParsingException(int line, String expect, String actual)
           
PolicyParser.ParsingException(String msg)
          Constructs a ParsingException with the specified detail message.
 
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

PolicyParser.ParsingException

public PolicyParser.ParsingException(String msg)
Constructs a ParsingException with the specified detail message. A detail message is a String that describes this particular exception, which may, for example, specify which algorithm is not available.
Parameters:
msg - the detail message.

PolicyParser.ParsingException

public PolicyParser.ParsingException(int line,
                                     String msg)

PolicyParser.ParsingException

public PolicyParser.ParsingException(int line,
                                     String expect,
                                     String actual)