org.rubato.base
Class RubatoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rubato.base.RubatoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CompositionException, DomainException, MappingException, RubatoAddressException, RubatoFormException

public class RubatoException
extends java.lang.Exception

Base exception for all Rubato code.

See Also:
Serialized Form

Constructor Summary
RubatoException()
           
RubatoException(java.lang.String msg)
           
RubatoException(java.lang.String msg, java.lang.Object... objects)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RubatoException

public RubatoException()

RubatoException

public RubatoException(java.lang.String msg)

RubatoException

public RubatoException(java.lang.String msg,
                       java.lang.Object... objects)