Uses of Class
com.github.dakusui.symfonion.core.SymfonionException

Packages that use SymfonionException
com.github.dakusui.symfonion   
com.github.dakusui.symfonion.core   
com.github.dakusui.symfonion.song   
 

Uses of SymfonionException in com.github.dakusui.symfonion
 

Subclasses of SymfonionException in com.github.dakusui.symfonion
 class CLIException
           
 

Methods in com.github.dakusui.symfonion that throw SymfonionException
 Map<String,Sequence> MidiCompiler.compile(Song song)
           
 Map<String,Sequence> Symfonion.compile(Song song)
           
 Song Symfonion.load(String fileName)
           
 void Symfonion.play(Map<String,MidiDevice> devices, Map<String,Sequence> sequences)
           
 

Uses of SymfonionException in com.github.dakusui.symfonion.core
 

Subclasses of SymfonionException in com.github.dakusui.symfonion.core
 class JSONException
           
 

Methods in com.github.dakusui.symfonion.core that throw SymfonionException
static String Util.loadFile(String fileName)
           
static String Util.loadResource(String resourceName)
           
static Fraction Util.parseFraction(String str)
           
static Fraction Util.parseNoteLength(String length)
           
static void ExceptionThrower.throwCompilationException(String msg, Throwable e)
           
static void ExceptionThrower.throwDeviceException(String msg, Throwable e)
           
static void ExceptionThrower.throwDeviceNotFoundException(String devicename)
           
static void ExceptionThrower.throwInstrumentNotFound(String msg, Throwable e)
           
static void ExceptionThrower.throwJSONException(String msg, Throwable t)
           
static void ExceptionThrower.throwLoadException(String msg, Throwable e)
           
static void ExceptionThrower.throwNoteMapNotFoundException(String msg, Throwable e)
           
static void ExceptionThrower.throwNoteNotDefinedException(String msg)
           
static void ExceptionThrower.throwSyntaxException(String msg, Throwable t)
           
 

Uses of SymfonionException in com.github.dakusui.symfonion.song
 

Methods in com.github.dakusui.symfonion.song that throw SymfonionException
static Groove Groove.createGroove(String grooveName, com.google.gson.JsonArray grooveDef, Song song)
           
static Pattern Pattern.createPattern(String name, com.google.gson.JsonObject json, Song song)
           
 void Song.init()
           
protected  void Pattern.init(com.google.gson.JsonObject json)
           
 void Pattern.Parameters.init(com.google.gson.JsonObject json)
           
 void Bar.init(com.google.gson.JsonObject jsonObject)
           
 int NoteMap.note(String notename)
           
 

Constructors in com.github.dakusui.symfonion.song that throw SymfonionException
Bar(com.google.gson.JsonObject jsonObject, Song song)
           
NoteMap(com.google.gson.JsonObject json)
           
Part(String name, com.google.gson.JsonObject json, Song song)
           
Pattern.Parameters(com.google.gson.JsonObject json)
           
Stroke(com.google.gson.JsonElement cur, Pattern.Parameters params, NoteMap noteMap)
           
 



Copyright © 2013. All Rights Reserved.