Class BuildException

java.lang.Object
java.lang.Throwable
java.lang.Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DurationException, NoteTypeException

public class BuildException
extends LilypondException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    BuildException​(java.lang.Exception e)  
    BuildException​(java.lang.String message)  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigDecimal getUnhandledDuration()  
    void setUnhandledDuration​(java.math.BigDecimal unhandledDuration)  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BuildException

      public BuildException​(java.lang.String message)
    • BuildException

      public BuildException​(java.lang.Exception e)
  • Method Details

    • getUnhandledDuration

      public java.math.BigDecimal getUnhandledDuration()
    • setUnhandledDuration

      public void setUnhandledDuration​(java.math.BigDecimal unhandledDuration)