SunTM's XACML Implementation for JavaTM

com.sun.xacml.cond
Class FunctionTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.xacml.cond.FunctionTypeException
All Implemented Interfaces:
Serializable

public class FunctionTypeException
extends Exception

Exception that gets thrown if one of the createFunction methods on the FunctionFactory was called, but the other method should have been called instead.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
FunctionTypeException()
          Constructs a new FunctionTypeException with no message or cause.
FunctionTypeException(String message)
          Constructs a new FunctionTypeException with a message, but no cause.
FunctionTypeException(String message, Throwable cause)
          Constructs a new FunctionTypeException with a message and a cause.
FunctionTypeException(Throwable cause)
          Constructs a new FunctionTypeException with a cause, but no message.
 
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

FunctionTypeException

public FunctionTypeException()
Constructs a new FunctionTypeException with no message or cause.


FunctionTypeException

public FunctionTypeException(String message)
Constructs a new FunctionTypeException with a message, but no cause. The message is saved for later retrieval by the Throwable.getMessage() method.

Parameters:
message - the detail message (null if nonexistent or unknown)

FunctionTypeException

public FunctionTypeException(Throwable cause)
Constructs a new FunctionTypeException with a cause, but no message. The cause is saved for later retrieval by the Throwable.getCause() method.

Parameters:
cause - the cause (null if nonexistent or unknown)

FunctionTypeException

public FunctionTypeException(String message,
                             Throwable cause)
Constructs a new FunctionTypeException with a message and a cause. The message and cause are saved for later retrieval by the Throwable.getMessage() and Throwable.getCause() methods.

Parameters:
message - the detail message (null if nonexistent or unknown)
cause - the cause (null if nonexistent or unknown)

Sun's XACML Implementation Version 1.2

Copyright 2003-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.