forked from JavaTX/JavaCompilerCore
42 lines
1008 B
Java
Executable File
42 lines
1008 B
Java
Executable File
// ino.module.SCMethodException.8579.package
|
|
package de.dhbwstuttgart.myexception;
|
|
// ino.end
|
|
// ino.module.SCMethodException.8579.import
|
|
import de.dhbwstuttgart.typeinference.Menge;
|
|
// ino.end
|
|
|
|
|
|
|
|
// ino.class.SCMethodException.23899.declaration
|
|
public class SCMethodException extends Exception
|
|
// ino.end
|
|
// ino.class.SCMethodException.23899.body
|
|
{
|
|
// ino.attribute.serialVersionUID.23903.declaration
|
|
private static final long serialVersionUID = -3060025579851679412L;
|
|
// ino.end
|
|
|
|
// ino.attribute.exlist.23906.declaration
|
|
private Menge<SCExcept> exlist;
|
|
// ino.end
|
|
|
|
// ino.method.get_exlist.23909.definition
|
|
public Menge<SCExcept> get_exlist()
|
|
// ino.end
|
|
// ino.method.get_exlist.23909.body
|
|
{
|
|
return exlist;
|
|
}
|
|
// ino.end
|
|
|
|
// ino.method.set_exlist.23912.definition
|
|
public void set_exlist(Menge<SCExcept> list)
|
|
// ino.end
|
|
// ino.method.set_exlist.23912.body
|
|
{
|
|
exlist=list;
|
|
}
|
|
// ino.end
|
|
}
|
|
// ino.end
|