org.objectweb.fractal.task.core
Class InvalidRecordDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.fractal.task.core.InvalidRecordDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRecordDescriptorException
extends java.lang.RuntimeException

Runtime exception thrown by Record.Record(String, Object...) if the given record descriptor is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidRecordDescriptorException(java.lang.String recordDesc)
          Create a new InvalidRecordDescriptorException.
InvalidRecordDescriptorException(java.lang.String recordDesc, java.lang.String message)
          Create a new InvalidRecordDescriptorException.
InvalidRecordDescriptorException(java.lang.String recordDesc, java.lang.String message, java.lang.Throwable cause)
          Create a new InvalidRecordDescriptorException.
InvalidRecordDescriptorException(java.lang.String recordDesc, java.lang.Throwable cause)
          Create a new InvalidRecordDescriptorException.
 
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

InvalidRecordDescriptorException

public InvalidRecordDescriptorException(java.lang.String recordDesc)
Create a new InvalidRecordDescriptorException.

Parameters:
recordDesc - the faulty record descriptor.

InvalidRecordDescriptorException

public InvalidRecordDescriptorException(java.lang.String recordDesc,
                                        java.lang.String message,
                                        java.lang.Throwable cause)
Create a new InvalidRecordDescriptorException.

Parameters:
recordDesc - the faulty record descriptor.
message - a detail message.
cause - the cause of this exception.

InvalidRecordDescriptorException

public InvalidRecordDescriptorException(java.lang.String recordDesc,
                                        java.lang.String message)
Create a new InvalidRecordDescriptorException.

Parameters:
recordDesc - the faulty record descriptor.
message - a detail message.

InvalidRecordDescriptorException

public InvalidRecordDescriptorException(java.lang.String recordDesc,
                                        java.lang.Throwable cause)
Create a new InvalidRecordDescriptorException.

Parameters:
recordDesc - the faulty record descriptor.
cause - the cause of this exception.


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.