net.sf.container
Class PolicyParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.container.PolicyParseException
All Implemented Interfaces:
java.io.Serializable

public class PolicyParseException
extends java.lang.Exception

Exception during parsing created on Jun 13, 2005

Since:
Version:
$Revision: 1.1 $
Author:
fiykov
See Also:
Serialized Form

Constructor Summary
PolicyParseException(java.lang.String msg)
          instantiate a new exception object
PolicyParseException(java.lang.String message, java.lang.Throwable cause)
          instantiate a new exception object
 
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

PolicyParseException

public PolicyParseException(java.lang.String message,
                            java.lang.Throwable cause)
instantiate a new exception object

Parameters:
message - of the error
cause - of the error

PolicyParseException

public PolicyParseException(java.lang.String msg)
instantiate a new exception object

Parameters:
msg - of the error


Copyright © 2007 Nikolay Fiykov. All Rights Reserved.